2023-02-10 04:34:41 +08:00

9 lines
178 B
Smarty

import { {{ lowerName }}Plugin } from './plugin.js'
export * from './plugin.js'
{{#if shared }}
export * from '../shared/index.js'
{{/if}}
export default {{ lowerName }}Plugin