Made client/[name] generate static pages
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 1m19s

This commit is contained in:
2024-01-23 00:17:24 +01:00
parent d54206f43c
commit 6f4bab98c1
7 changed files with 45 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ type MenuEntry = {
subMenuEntries?: MenuEntry[];
};
const menuEntityEntries: MenuEntry[] = [
export const menuEntityEntries: MenuEntry[] = [
{
icon: <PersonIcon />,
label: "C1",
@@ -60,7 +60,7 @@ const menuEntityEntries: MenuEntry[] = [
},
];
const menuEntries: MenuEntry[] = [
export const menuEntries: MenuEntry[] = [
{
icon: <HomeIcon />,
label: "Home",