idk how vue works
Some checks failed
Build and Deploy Frontend / build-and-deploy (push) Failing after 3s

This commit is contained in:
2026-02-28 23:49:10 -06:00
parent 20ea31e63a
commit c807412076
2 changed files with 5 additions and 6 deletions

View File

@@ -14,8 +14,8 @@
</b-navbar>
</template>
<script>
<script setup lang="ts">
export default {
name: "Header",
name: "Header"
};
</script>