Files
AnimeTV-Frontend/app/(safe-mode-page)/auth/providers/[name]/callback/page.tsx

8 lines
142 B
TypeScript

import AuthCallbackIndex from "@/features/authCallback";
const page = async () => {
return <AuthCallbackIndex />;
};
export default page;