remove unnecessary pages and files that came with the Vike init
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user