run prettier

This commit is contained in:
2023-06-02 00:04:18 +02:00
parent c984cc7a7b
commit 33f23f838d
18 changed files with 70 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
export const viewModes: ViewMode[] = [
{ name: 'Note', icon: 'fas fa-sticky-note fa-fw' },
{ name: 'List', icon: 'fas fa-list fa-fw' },
{ name: 'Mindmap', icon: 'fas fa-project-diagram fa-fw' },
{ name: 'Mindmap', icon: 'fas fa-project-diagram fa-fw' }
]
export const activeViewMode = ref<ViewMode>(viewModes[0])