aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/index.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-08 12:30:23 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-08 12:30:23 -0700
commitf8c3dde2d853dbf0df64353a46cfe4daf86be071 (patch)
treeda9e1a943c11cd35b1027ea4e4fd73732c9b02a9 /src/components/common/index.ts
parent4cf3bc720ebcc0b16d158caf60fbdf091621c327 (diff)
Added new button and resytles existing buttons
Diffstat (limited to 'src/components/common/index.ts')
-rw-r--r--src/components/common/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/common/index.ts b/src/components/common/index.ts
index 8499dbfa..b5fd0542 100644
--- a/src/components/common/index.ts
+++ b/src/components/common/index.ts
@@ -23,3 +23,4 @@ export {default as AcceptDeclineButtons} from './AcceptDeclineButtons';
export {default as FriendsButton} from './FriendsButton';
export {default as TaggSquareButton} from './TaggSquareButton';
export {default as GradientBorderButton} from './GradientBorderButton';
+export {default as BasicButton} from './BasicButton';