chore: tweak

This commit is contained in:
pengzhanbo 2024-06-07 20:40:27 +08:00
parent b115a3ea73
commit 932637f67f

View File

@ -1,4 +1,4 @@
import type { App, Plugin } from 'vuepress/core'
import type { Plugin } from 'vuepress/core'
import { getDirname, path } from 'vuepress/utils'
import type { NotesDataOptions } from '../shared/index.js'
import { prepareNotesData, watchNotesData } from './prepareNotesData.js'