feat: some shit
This commit is contained in:
@@ -3,6 +3,8 @@ import { MainLayout } from "@components/layouts/main.tsx";
|
||||
import { Card } from "@components/Card.tsx";
|
||||
import { PageProps } from "$fresh/server.ts";
|
||||
import { resources } from "@lib/resources.ts";
|
||||
import { RedirectSearchHandler } from "@islands/Search.tsx";
|
||||
import { KMenu } from "@islands/KMenu.tsx";
|
||||
|
||||
export default function Home(props: PageProps) {
|
||||
return (
|
||||
@@ -10,6 +12,8 @@ export default function Home(props: PageProps) {
|
||||
<Head>
|
||||
<title>app</title>
|
||||
</Head>
|
||||
<RedirectSearchHandler />
|
||||
<KMenu type="main" context={false} />
|
||||
<MainLayout url={props.url}>
|
||||
<div class="flex flex-wrap items-center gap-4 px-4">
|
||||
{Object.values(resources).map((m) => {
|
||||
|
||||
Reference in New Issue
Block a user