build(theme): add exports

This commit is contained in:
pengzhanbo 2023-02-15 00:50:42 +08:00
parent 9e67199885
commit 3fdff1e96b

View File

@ -1 +1,6 @@
export * from '../shared/index.js'
export { default as plumeClientConfig } from './config.js'
export { default as Layout } from './layouts/Layout.vue'
export { default as NotFound } from './layouts/NotFound.vue'