5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
|
|
export type { NewsType, Reply, ReplyType } from './components/types';
|
||
|
|
export { createEmptyReply } from './components/types';
|
||
|
|
|
||
|
|
export { default } from './main.vue';
|