mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export default function Loading() {
|
|
return <div>Loading...</div>;
|
|
}
|