aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2020-10-27 18:34:08 -0400
committerGitHub <noreply@github.com>2020-10-27 18:34:08 -0400
commite004fd362583a020b07f87536aac077269eaad27 (patch)
treea4b0f6abf71b2e169a5d1fa6873f2327f60b57c1 /src/components/common/index.ts
parent9b9b1b792f914709de01e1d502014b8deb66e291 (diff)
date picker done (#80)
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 950b3f61..87ebe810 100644
--- a/src/components/common/index.ts
+++ b/src/components/common/index.ts
@@ -11,4 +11,5 @@ export {default as LoadingIndicator} from './LoadingIndicator';
export {default as DateLabel} from './DateLabel';
export {default as SocialLinkModal} from './SocialLinkModal';
export {default as ComingSoon} from './ComingSoon';
+export {default as TaggDatePicker} from './TaggDatePicker';
export * from './post';