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