style: fix lint

This commit is contained in:
pengzhanbo 2023-07-29 03:47:04 +08:00
parent 95542b82de
commit 599b37dd67

View File

@ -1,2 +1,2 @@
export { NotesData, NotesSidebarItem } from '../shared/index.js'
export type { NotesData, NotesSidebarItem } from '../shared/index.js'
export * from './composables/index.js'