summaryrefslogtreecommitdiff
path: root/pse-dashboard/src/components/DashboardLayout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pse-dashboard/src/components/DashboardLayout.vue')
-rw-r--r--pse-dashboard/src/components/DashboardLayout.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/pse-dashboard/src/components/DashboardLayout.vue b/pse-dashboard/src/components/DashboardLayout.vue
new file mode 100644
index 0000000..55695ae
--- /dev/null
+++ b/pse-dashboard/src/components/DashboardLayout.vue
@@ -0,0 +1,10 @@
+<script setup>
+</script>
+<template>
+ <div class="container p-5 my-5 mt-2">
+ <slot />
+ </div>
+</template>
+<style scoped>
+</style>
+