feat: core structure of home page with intro and history sections

This commit is contained in:
jezzahehn 2025-05-11 22:07:10 -04:00
parent 3aea00e798
commit 0d98f11e21
7 changed files with 77 additions and 65 deletions

View file

@ -0,0 +1,11 @@
<template>
<div class="box my-6">
<slot />
</div>
</template>
<script lang="ts">
export default {
name: 'PaddingWrapper'
}
</script>