mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
* added supabase example * removed unused files * added jwt endpoint * supabase server action * removed unused * updated dependencies * reverted package changes * fixed bugs * added supabase docs * updated docs * updated pnpm lock
6 lines
225 B
TypeScript
6 lines
225 B
TypeScript
export default function Loading() {
|
|
// Stack uses React Suspense, which will render this page while user data is being fetched.
|
|
// See: https://nextjs.org/docs/app/api-reference/file-conventions/loading
|
|
return <></>;
|
|
}
|