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 e3ef1f5 commit 7c6ada9Copy full SHA for 7c6ada9
src/app/dashboard/page.tsx
@@ -1,5 +1,5 @@
1
import type { Metadata } from "next";
2
-import { DashboardContainer } from "./dashboard-container";
+import { DashboardContainer } from "../../components/ui/dashboard/dashboard-container";
3
4
export const metadata: Metadata = {
5
title: "Dashboard",
src/app/dashboard/dashboard-container.tsx renamed to src/components/ui/dashboard/dashboard-container.tsx
0 commit comments