From e2f492ccae9afcc98ae7eb76bb94dc973aed60d8 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 9 May 2026 14:11:33 +0900 Subject: simplize css --- app/root.tsx | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'app/root.tsx') diff --git a/app/root.tsx b/app/root.tsx index 5d66876..26bfb48 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -26,7 +26,7 @@ export const links: Route.LinksFunction = () => [ export function Layout({ children }: { children: React.ReactNode }) { return ( - + @@ -34,7 +34,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - + {children} @@ -46,23 +46,11 @@ export function Layout({ children }: { children: React.ReactNode }) { export default function App() { return ( <> -