help pages: adds a way to extract the table of contents to the parent, smoothes out the rough loading on help pages
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { Loader } from "@/components/loader";
|
|
|
|
export default function Loading() {
|
|
return <Loader />;
|
|
}
|