From d4b85acdca36c6dee049fa5c522b072951ebd89b Mon Sep 17 00:00:00 2001 From: Aotokitsuruya Date: Sat, 25 Jan 2025 13:52:47 +0800 Subject: [PATCH] add style header --- src/view/Layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/view/Layout.tsx b/src/view/Layout.tsx index d14d16d..4feee24 100644 --- a/src/view/Layout.tsx +++ b/src/view/Layout.tsx @@ -1,10 +1,15 @@ /** @jsxImportSource hono/jsx */ import { FC } from "hono/jsx"; +import { Style } from "hono/css"; export const Layout: FC = ({ children }) => { return ( + + Atlantis +