diff --git a/src/app/(pages)/dashboard/user/billing/page.tsx b/src/app/(pages)/dashboard/user/billing/page.tsx index d679b76..211f4f4 100644 --- a/src/app/(pages)/dashboard/user/billing/page.tsx +++ b/src/app/(pages)/dashboard/user/billing/page.tsx @@ -10,7 +10,7 @@ import DashboardHeader from "@/components/dashboard/dashboard-header"; * @return the page jsx */ const UserBillingPage = (): ReactElement => ( -
+
{/* Content */} diff --git a/src/app/(pages)/dashboard/user/profile/page.tsx b/src/app/(pages)/dashboard/user/profile/page.tsx index b81c52d..bb1e455 100644 --- a/src/app/(pages)/dashboard/user/profile/page.tsx +++ b/src/app/(pages)/dashboard/user/profile/page.tsx @@ -14,7 +14,7 @@ import DashboardHeader from "@/components/dashboard/dashboard-header"; * @return the page jsx */ const UserProfilePage = (): ReactElement => ( -
+
{/* Content */} diff --git a/src/app/(pages)/dashboard/user/settings/page.tsx b/src/app/(pages)/dashboard/user/settings/page.tsx index 6386814..62ad084 100644 --- a/src/app/(pages)/dashboard/user/settings/page.tsx +++ b/src/app/(pages)/dashboard/user/settings/page.tsx @@ -12,7 +12,7 @@ import DashboardHeader from "@/components/dashboard/dashboard-header"; * @return the page jsx */ const UserSettingsPage = (): ReactElement => ( -
+
{/* Content */}