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