diff options
Diffstat (limited to 'src/routes/index.ts')
-rw-r--r-- | src/routes/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/index.ts b/src/routes/index.ts index 69697b20..c06845aa 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -1,4 +1,5 @@ export {default as AuthProvider} from './authentication'; export * from './authentication'; export * from './onboarding'; +export * from './profile'; export {default} from './Routes'; |