stack/docs/src/app/loading.tsx
2025-09-28 14:40:59 -05:00

6 lines
70 B
TypeScript

export default function Loading() {
return (
<div></div>
);
}