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, 0 insertions, 8 deletions
diff --git a/src/pages/urls.ts b/src/pages/urls.ts
deleted file mode 100644
index e10edac..0000000
--- a/src/pages/urls.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export default {
- home: '/',
- login: '/login',
- registration: '/registration',
- profile: (username: string = '') => `/profile/${username.toLowerCase()}`,
- feed: '/feed',
- notifications: '/notifications'
-};