From 4b28b1eb8ee6177a8009b89ac2200b3b753bc5b1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 10:55:10 +0900 Subject: feat(frontend): support mobile layout --- frontend/app/components/TwoColumnLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/TwoColumnLayout.tsx') diff --git a/frontend/app/components/TwoColumnLayout.tsx b/frontend/app/components/TwoColumnLayout.tsx index 980bf4d..68eab32 100644 --- a/frontend/app/components/TwoColumnLayout.tsx +++ b/frontend/app/components/TwoColumnLayout.tsx @@ -6,7 +6,7 @@ type Props = { export default function TwoColumnLayout({ children }: Props) { return ( -
+
{children}
); -- cgit v1.2.3-70-g09d2