Remaped imports to prepare for new content handling
This commit is contained in:
@@ -3,10 +3,7 @@ type ModulesProps = Record<string | number | symbol, never>;
|
||||
export default function Modules(_props: ModulesProps) {
|
||||
return (
|
||||
<>
|
||||
<h2>All PolyMPR modules</h2>
|
||||
<nav>
|
||||
|
||||
</nav>
|
||||
<a href="notes/test" f-partial={"notes/partial/test"}>click</a>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user