Skip to content

Commit 7c6ada9

Browse files
committed
Move the DashboardContainer component into the components directory.
1 parent e3ef1f5 commit 7c6ada9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Metadata } from "next";
2-
import { DashboardContainer } from "./dashboard-container";
2+
import { DashboardContainer } from "../../components/ui/dashboard/dashboard-container";
33

44
export const metadata: Metadata = {
55
title: "Dashboard",

0 commit comments

Comments
 (0)