diff --git a/src/views/Layout.tsx b/src/views/Layout.tsx index aa33640..d581b45 100644 --- a/src/views/Layout.tsx +++ b/src/views/Layout.tsx @@ -1,6 +1,6 @@ -import type { FC } from "hono/jsx"; +import type { PropsWithChildren } from "hono/jsx"; -export const Layout: FC = ({ children }) => ( +export const Layout = ({ children }: PropsWithChildren) => (