wf4/app/layouts/default.vue
webfussel 8943512328 FIX: Directories
Better directory structure
2025-06-05 07:50:50 +02:00

6 lines
87 B
Vue
Executable file

<template>
<SectionHeader />
<Burger />
<slot />
<SectionFooter />
</template>