Skip to content

Commit 7dacb80

Browse files
committed
Merge remote-tracking branch 'origin/dev' into refactor/recipeFetch
2 parents 0e5ac99 + d6035f4 commit 7dacb80

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)