import { LinksFunction, Outlet, useCatch } from 'remix';
import { TableOfContents } from '~/components';
import extraStyles from '~/styles/content.css';
export const links: LinksFunction = () => {
return [{ rel: 'stylesheet', href: extraStyles }];
};
export default function Folder() {
return (