learnhouse/apps/web/app/orgs/[orgslug]/(withmenu)/loading.tsx
2024-02-09 21:22:15 +01:00

5 lines
142 B
TypeScript

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