diff --git a/app/(private)/dashboard/account/page.tsx b/app/(private)/dashboard/account/page.tsx
new file mode 100644
index 0000000..d6ae0d5
--- /dev/null
+++ b/app/(private)/dashboard/account/page.tsx
@@ -0,0 +1,7 @@
+export default function Overview() {
+ return (
+ <>
+
+ >
+ );
+}
diff --git a/app/(private)/dashboard/analytics/page.tsx b/app/(private)/dashboard/analytics/page.tsx
new file mode 100644
index 0000000..d6ae0d5
--- /dev/null
+++ b/app/(private)/dashboard/analytics/page.tsx
@@ -0,0 +1,7 @@
+export default function Overview() {
+ return (
+ <>
+
+ >
+ );
+}
diff --git a/app/(private)/dashboard/help/page.tsx b/app/(private)/dashboard/help/page.tsx
new file mode 100644
index 0000000..d6ae0d5
--- /dev/null
+++ b/app/(private)/dashboard/help/page.tsx
@@ -0,0 +1,7 @@
+export default function Overview() {
+ return (
+ <>
+
+ >
+ );
+}
diff --git a/app/(private)/dashboard/items/page.tsx b/app/(private)/dashboard/items/page.tsx
new file mode 100644
index 0000000..d6ae0d5
--- /dev/null
+++ b/app/(private)/dashboard/items/page.tsx
@@ -0,0 +1,7 @@
+export default function Overview() {
+ return (
+ <>
+
+ >
+ );
+}
diff --git a/app/(private)/dashboard/settings/page.tsx b/app/(private)/dashboard/settings/page.tsx
new file mode 100644
index 0000000..d6ae0d5
--- /dev/null
+++ b/app/(private)/dashboard/settings/page.tsx
@@ -0,0 +1,7 @@
+export default function Overview() {
+ return (
+ <>
+
+ >
+ );
+}