Remove all demo pages, dialogs, sidebar navigation, and layout components. Create minimal top-bar portal layout with auth-aware navigation, placeholder pages for volunteer registration, dashboard, shifts, profile, artist advance, and login. Add Pinia auth store, axios with Sanctum support, and router guards. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
118 B
Vue
8 lines
118 B
Vue
<script lang="ts" setup>
|
|
import PortalLayout from './portal.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<PortalLayout />
|
|
</template>
|