blob: c8dd260fae34952224fd6781790a3879d254e6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module.exports = {
dashboard: '/app',
login: '/login',
market: '#',
email: '/app/pages/email',
profile: '/app/pages/user-profile',
calendar: '/app/pages/calendar',
twitter: '#',
github: '#',
pinterest: '#',
linkedin: '#',
buy: '#',
};
|