Added the export section link

This commit is contained in:
Dean 2023-06-12 11:49:33 +01:00
parent 6836ca8573
commit 5a7a348ded
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
url={$url("./embed")}
active={$isActive("./embed")}
/>
<SideNavItem
text="Export"
url={$url("./export")}
active={$isActive("./export")}
/>
<SideNavItem
text="Name and URL"
url={$url("./name-and-url")}