nicwands.com/src/pages/index.vue
2026-06-15 12:53:51 -04:00

12 lines
164 B
Vue

<template>
<main class="home"></main>
</template>
<script setup></script>
<style lang="scss">
main.home {
position: relative;
width: 100%;
}
</style>