1
hwh
2024-08-23 3d1df57ccc06c0c84813fac71f19ee5a4187b3da
1
2
3
4
5
6
7
8
9
10
11
<template>
    <div class="layout-padding"></div>
</template>
 
<script setup lang="ts" name="jobDashboard"></script>
 
<style lang="scss" scoped>
.layout-padding {
    margin: 8px;
}
</style>