diff --git a/app/components/common/Container.tsx b/app/components/common/Container.tsx index 2ed10af..9d43d65 100644 --- a/app/components/common/Container.tsx +++ b/app/components/common/Container.tsx @@ -6,5 +6,5 @@ interface ContainerProps { } export function Container({ children, className = "" }: ContainerProps) { - return
{children}
; + return
{children}
; } diff --git a/app/root.tsx b/app/root.tsx index e10a725..a28a3be 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -113,7 +113,7 @@ export default function App() { {() => ( -
+
@@ -147,8 +147,8 @@ export default function App() { -