learnhouse/front/app/_orgs/[orgslug]/(withmenu)/loading.tsx
2023-05-16 23:07:08 +00:00

8 lines
No EOL
151 B
TypeScript

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