()
| 7 | import { getSerializedPageTree } from '@/utils/docs/source.server'; |
| 8 | |
| 9 | export const loader: LoaderFunction = async () => { |
| 10 | return { |
| 11 | pageTree: await getSerializedPageTree(), |
| 12 | }; |
| 13 | }; |
| 14 | |
| 15 | export default function Docs() { |
| 16 | return ( |
no test coverage detected