.
This commit is contained in:
parent
36576a27f3
commit
c2095d0b13
29 changed files with 5941 additions and 0 deletions
5
wip-refactor/components/JustifyCenter.vue
Normal file
5
wip-refactor/components/JustifyCenter.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div class="flex justify-center">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue