mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
9 lines
No EOL
197 B
TypeScript
9 lines
No EOL
197 B
TypeScript
import PageLoading from "@components/Pages/PageLoading";
|
|
|
|
export default function Loading() {
|
|
// Or a custom loading skeleton component
|
|
return (
|
|
<PageLoading></PageLoading>
|
|
)
|
|
|
|
} |