mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 02:44:39 +00:00
5 lines
204 B
TypeScript
5 lines
204 B
TypeScript
export * from './types';
|
|
export { default as PostContent } from './ui/PostContent.vue';
|
|
export { default as PostMeta } from './ui/PostMeta.vue';
|
|
export { default as PostTitle } from './ui/PostTitle.vue';
|