Rename navbar components

This commit is contained in:
Joscha 2025-01-28 22:23:37 +01:00
parent e18e898102
commit d9722e13f7
5 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { Note as Note } from "@/types";
import { Note } from "@/types";
const props = defineProps<{ note: Note }>();
</script>