mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-25 05:00:55 +02:00
store with downloads only
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
<slot name="header" />
|
||||
|
||||
<!-- Main content -->
|
||||
<main class="mb-16">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Footer from '../components/layout/Footer.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user