mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-10 05:59:06 +01:00
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export default function Loading() {
|
|
return <p>Loading…</p>
|
|
}
|