hub-site/wip-refactor/components/JustifyCenter.vue
mrrpnya c2095d0b13
Some checks failed
Testing / test (pull_request) Has been cancelled
Testing / test (push) Waiting to run
Publish to OCI Registry / publish (push) Has been cancelled
.
2025-03-05 22:34:37 -08:00

5 lines
No EOL
93 B
Vue

<template>
<div class="flex justify-center">
<slot></slot>
</div>
</template>