Add empty navigation panels for navigation and layouts tabs
This commit is contained in:
parent
c81135dbd6
commit
01bfb86276
|
@ -1 +1,5 @@
|
|||
Layouts
|
||||
<script>
|
||||
import NavigationPanel from "components/design/navigation/NavigationPanel.svelte"
|
||||
</script>
|
||||
|
||||
<NavigationPanel title="Layouts" />
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
Navigation
|
||||
<script>
|
||||
import NavigationPanel from "components/design/navigation/NavigationPanel.svelte"
|
||||
</script>
|
||||
|
||||
<NavigationPanel title="Navigation" />
|
||||
|
|
Loading…
Reference in New Issue