aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-15 16:56:10 -0400
committerIvan Chen <ivan@tagg.id>2021-04-15 16:56:10 -0400
commitf8762fd3a0140bff92fe96985e3abdb9c2925dac (patch)
treef7cc54229a20ee0dc07ec1dada2f256bf4bfd981 /src/screens/profile/index.ts
parente4a3fb8f1d45a83440454c2eefeea7d312cbe0c5 (diff)
moved CategorySelection and CreateCustomCategory to profile folder
Diffstat (limited to 'src/screens/profile/index.ts')
-rw-r--r--src/screens/profile/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/profile/index.ts b/src/screens/profile/index.ts
index b7efdd3b..d5377494 100644
--- a/src/screens/profile/index.ts
+++ b/src/screens/profile/index.ts
@@ -10,3 +10,5 @@ export {default as InviteFriendsScreen} from './InviteFriendsScreen';
export {default as SettingsScreen} from './SettingsScreen';
export {default as PrivacyScreen} from './PrivacyScreen';
export {default as AccountType} from './AccountType';
+export {default as CategorySelection} from './CategorySelection';
+export {default as CreateCustomCategory} from './CreateCustomCategory';