Skip to content

Commit ac9aeda

Browse files
committed
fix: fix formatting to make prettier happy
1 parent 6196078 commit ac9aeda

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/(app)/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ interface AppLayoutProps {
33
}
44

55
export default async function AppLayout({ children }: AppLayoutProps) {
6-
return (
7-
<>
8-
{children}
9-
</>
10-
);
6+
return <>{children}</>;
117
}

0 commit comments

Comments
 (0)