Skip to content

Commit

Permalink
feat: add role constant
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Aug 6, 2024
1 parent 30815b8 commit 704954f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './colors';
export * from './navigations';
export * from './role';
1 change: 1 addition & 0 deletions src/constants/role.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const roles = ['dad', 'mom', 'son', 'daughter'] as const;

0 comments on commit 704954f

Please sign in to comment.