docs: stub out files section

This commit is contained in:
Stevan Freeborn
2023-04-17 23:17:45 -05:00
parent 506f44a7f1
commit 14e52a01a0
11 changed files with 14 additions and 0 deletions
+4
View File
@@ -93,6 +93,10 @@ function VersionsDropdown({
);
}
function SectionDropdown({ section }: { section: string }) {
return <></>;
}
export default function NavBar({
version,
}: {