Feat: Changes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import '$styles/tailwind.css';
|
||||
|
||||
const pages = [
|
||||
{ name: 'Home', icon: 'home', path: '/attendee' },
|
||||
{ name: 'Chat', icon: 'chat', path: '/attendee/chat' },
|
||||
{ name: 'Networking', icon: 'social', path: '/attendee/networking' },
|
||||
{ name: 'Calendar', icon: 'calendar', path: '/attendee/calendar' }
|
||||
] as const;
|
||||
</script>
|
||||
|
||||
<div class="bg-[#0B2A37] h-screen w-screen">
|
||||
<div />
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user