auto imports

This commit is contained in:
2023-05-12 23:28:02 +02:00
parent 282ff48f49
commit 3fed5ddd8d
17 changed files with 655 additions and 72 deletions

View File

@@ -1,7 +1,4 @@
<script setup lang="ts">
import Hamburger from '@/components/Hamburger.vue'
import SearchBar from '@/components/Search/SearchBar.vue'
import Logo from './Logo.vue'
import { addNote, activeNote, rootNote } from '@/composables/useNotes'
const props = defineProps<{
sideBarCollapsed: boolean