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

8 lines
142 B
TypeScript

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