aboutsummaryrefslogtreecommitdiff
path: root/src/pages/urls.ts
blob: 3a05f39c765e4d453dad2020cfaced7192aa9b77 (plain)
1
2
3
4
5
6
7
8
export default {
  home: '/',
  login: '/login',
  registration: '/registration',
  profile: '/profile',
  feed: '/feed',
  notifications: '/notifications'
};