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