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

9 lines
No EOL
197 B
TypeScript

import PageLoading from "@components/Pages/PageLoading";
export default function Loading() {
// Or a custom loading skeleton component
return (
<PageLoading></PageLoading>
)
}