7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import { notesDataPlugin } from './plugin.js'
|
|
|
|
export * from './plugin.js'
|
|
export * from '../shared/index.js'
|
|
|
|
export default notesDataPlugin
|