aboutsummaryrefslogtreecommitdiff
path: root/src/pages/urls.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/urls.ts')
-rw-r--r--src/pages/urls.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/urls.ts b/src/pages/urls.ts
new file mode 100644
index 0000000..3a05f39
--- /dev/null
+++ b/src/pages/urls.ts
@@ -0,0 +1,8 @@
+export default {
+ home: '/',
+ login: '/login',
+ registration: '/registration',
+ profile: '/profile',
+ feed: '/feed',
+ notifications: '/notifications'
+};