fix: clear commands after entering

This commit is contained in:
2025-01-17 16:54:53 +01:00
parent 6e82d9ca73
commit 6112d007c2
5 changed files with 28 additions and 21 deletions

View File

@@ -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}>