We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6196078 commit ac9aedaCopy full SHA for ac9aeda
app/(app)/layout.tsx
@@ -3,9 +3,5 @@ interface AppLayoutProps {
3
}
4
5
export default async function AppLayout({ children }: AppLayoutProps) {
6
- return (
7
- <>
8
- {children}
9
- </>
10
- );
+ return <>{children}</>;
11
0 commit comments