learnhouse/front/app/orgs/[orgslug]/(withmenu)/loading.tsx
2023-06-22 18:26:25 +02:00

8 lines
No EOL
161 B
TypeScript

import PageLoading from "@components/Objects/Loaders/PageLoading";
export default function Loading() {
return (
<PageLoading></PageLoading>
)
}