Skip to content

Commit 92a536a

Browse files
committed
fixed missing route index
1 parent 3dd8529 commit 92a536a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon';
55

66
enum Pages {
77
Homepage,
8+
About,
89
NotFound,
910
}
1011

0 commit comments

Comments
 (0)