import AccountDashboardPage from "@/features/shop/account-dashboard-page";

export default function Page() {
  return <AccountDashboardPage />;
}
