diff --git a/src/views/Layout.tsx b/src/views/Layout.tsx index 76e971d..169422b 100644 --- a/src/views/Layout.tsx +++ b/src/views/Layout.tsx @@ -2,6 +2,16 @@ import type { FC } from "hono/jsx"; export const Layout: FC = ({ children }) => ( + + + + + + + {children} );