1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00
Files
lorem-blog/src/widgets/Blog/index.ts

4 lines
145 B
TypeScript

export * from './context';
export { default as BlogHeader } from './ui/BlogHeader.vue';
export { default as BlogList } from './ui/BlogList.vue';