import AccountTrackPage from "@/features/shop/account-track-page";

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