We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd8529 commit 92a536aCopy full SHA for 92a536a
src/routes/types.ts
@@ -5,6 +5,7 @@ import type { SvgIconProps } from '@mui/material/SvgIcon';
5
6
enum Pages {
7
Homepage,
8
+ About,
9
NotFound,
10
}
11
0 commit comments