Skip to content

Commit 8651ac9

Browse files
committed
[fix] 레이아웃 분리
1 parent 993820d commit 8651ac9

File tree

36 files changed

+24
-4
lines changed

36 files changed

+24
-4
lines changed
File renamed without changes.

src/app/(no-layout)/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function NoLayout({ children }: { children: React.ReactNode }) {
2+
return <main className="flex flex-1">{children}</main>;
3+
}
4+
export default NoLayout;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)