Wrapping up programming for tonight. Ready for CHOW demo?
This commit is contained in:
14
src/routes/events_speakers/+layout.svelte
Normal file
14
src/routes/events_speakers/+layout.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<script lang="ts">
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
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>
|
||||
Reference in New Issue
Block a user