fix: clear commands after entering
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Head } from "$fresh/runtime.ts";
|
||||
import { MainLayout } from "@components/layouts/main.tsx";
|
||||
import { Card } from "@components/Card.tsx";
|
||||
import { PageProps } from "$fresh/server.ts";
|
||||
@@ -9,9 +8,6 @@ import { KMenu } from "@islands/KMenu.tsx";
|
||||
export default function Home(props: PageProps) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>app</title>
|
||||
</Head>
|
||||
<RedirectSearchHandler />
|
||||
<KMenu type="main" context={false} />
|
||||
<MainLayout url={props.url}>
|
||||
|
||||
Reference in New Issue
Block a user