learnhouse/front/app/orgs/[orgslug]/(withmenu)/loading.tsx

8 lines
No EOL
151 B
TypeScript

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