run prettier
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user