remove unnecessary pages and files that came with the Vike init

This commit is contained in:
Avraham Sakal
2025-08-27 07:40:37 -04:00
parent 18411402f5
commit b11c34b660
14 changed files with 2 additions and 277 deletions
-10
View File
@@ -123,16 +123,6 @@ export default function LayoutDefault({
</AppShell.Header>
<AppShell.Navbar p="md">
<NavLink href="/" label="Welcome" active={urlPathname === "/"} />
<NavLink
href="/todo"
label="Todo"
active={urlPathname === "/todo"}
/>
<NavLink
href="/star-wars"
label="Data Fetching"
active={urlPathname.startsWith("/star-wars")}
/>
<NavLinkChat key="chat-new" />
</AppShell.Navbar>
<AppShell.Main> {children} </AppShell.Main>