We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdbf70 commit d2745deCopy full SHA for d2745de
web/src/app/(dashboard)/d/layout.tsx
@@ -0,0 +1,5 @@
1
+import { PropsWithChildren } from "react";
2
+
3
+export default async function Layout({ children }: PropsWithChildren) {
4
+ return children;
5
+}
web/src/app/(dashboard)/l/layout.tsx
web/src/app/(dashboard)/t/layout.tsx
0 commit comments