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 e0e0900 commit 4a1762cCopy full SHA for 4a1762c
frontend/src/app/dashboard/layout.tsx
@@ -1,8 +1,8 @@
1
import Navbar from "@/components/Navbar";
2
import { Toaster } from "@/components/ui/toaster";
3
-import { ReactNode } from "react";
+import React from "react";
4
5
-export default function DashboardLayout({ children }: { children: ReactNode }) {
+export default function DashboardLayout({ children }: { children: React.ReactNode }) {
6
return (
7
<>
8
<Navbar />
0 commit comments