Add comments, constants for path and tag element

This commit is contained in:
2023-10-18 14:45:12 +07:00
parent 50931b3252
commit ae3169d752
7 changed files with 25 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
export const DASHBOARD: string = '/dashboard';
export const USER: string = '/user';
export const ROOM: string = '/room';
export const OTHER_PATH: string = '*';