aboutsummaryrefslogtreecommitdiff
path: root/src/routes/profile/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/profile/index.ts')
-rw-r--r--src/routes/profile/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/profile/index.ts b/src/routes/profile/index.ts
new file mode 100644
index 00000000..367f4cc6
--- /dev/null
+++ b/src/routes/profile/index.ts
@@ -0,0 +1,2 @@
+export * from './ProfileStack';
+export {default} from './Profile';