mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-26 11:38:15 +08:00
7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
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'
|