chore: comment cleanup

This commit is contained in:
jezzahehn 2025-05-24 22:22:11 -04:00
parent 57d1d20467
commit ccadb3f160

View file

@ -9,13 +9,6 @@
</template>
<script setup lang="ts">
// import HomeSectionWrapper from './components/molecules/HomeSectionWrapper.vue'
import './assets/style.scss'
import 'bulma/css/bulma.css'
// import { useI18n } from 'vue-i18n'
// import type { MessageSchema } from './i18n/types'
// const { t, tm } = useI18n()
// console.log(sectionList.value)
</script>