Skip to content

Commit 358ce9a

Browse files
committed
tech(basic): add constants directory
1 parent 3efbd74 commit 358ce9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as RoutePaths } from './route-paths'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default {
2+
SignIn: '/',
3+
DashBoard: '/dashboard',
4+
NotFound: '/not-found',
5+
}

0 commit comments

Comments
 (0)