mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 10:54:38 +00:00
feat(posts): add Post entity with types and UI components for content, meta, and title
This commit is contained in:
4
src/entities/Post/index.ts
Normal file
4
src/entities/Post/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user