-
-
- ) : null}
-
-
+
+
+ ) : null}
+ diff --git a/src/app/[spaceId]/(content)/[[...pathname]]/loading.tsx b/src/app/[spaceId]/(content)/[[...pathname]]/loading.tsx new file mode 100644 index 000000000..349690565 --- /dev/null +++ b/src/app/[spaceId]/(content)/[[...pathname]]/loading.tsx @@ -0,0 +1,25 @@ +import { SkeletonHeading, SkeletonParagraph } from '@/components/primitives'; +import { tcls } from '@/lib/tailwind'; + +/** + * Placeholder when loading a page. + */ +export default function PageSkeleton() { + return ( +
; + case 'math': + return
; + case 'code': + case 'hint': + return