General clean up. No working on the new event presenter components.

This commit is contained in:
Scott Idem
2024-02-26 15:03:01 -05:00
parent 740baa689e
commit 060c0500d3
9 changed files with 533 additions and 98 deletions

View File

@@ -3,12 +3,4 @@
export let data;
</script>
<!-- <h1>Event Speakers Layout</h1> -->
<!-- <div class="submenu">
{#each data.sections as section}
<a href="/settings/{section.slug}">{section.title}</a>
{/each}
</div> -->
<slot></slot>