summaryrefslogtreecommitdiff
path: root/pse-dashboard/src/components/DashboardLayout.vue
blob: 55695ae735c166912414c439af357c82713f1c6f (plain)
1
2
3
4
5
6
7
8
9
10
<script setup>
</script>
<template>
    <div class="container p-5 my-5 mt-2">
        <slot />
    </div>
</template>
<style scoped>
</style>