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-09 10:14:06 -0700
commit123a728707f7cbc527c486a8b306716962e4bd47 (patch)
treea67079a356e86f86bd5cf98058197a53b6ff9d23 /src/components/common/index.ts
parentfb5cca5bd8aff7232c2ab5e01df0e79dddbef504 (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';