mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
import PageLoading from '@components/Objects/Loaders/PageLoading'
|
|
|
|
export default function Loading() {
|
|
return <PageLoading></PageLoading>
|
|
}
|