/**
 * @vert/core
 * Vert is designed to build an OOP application which is based on Vue.
 * # Carry Your World #
 *
 * @author LancerComet
 * @copyright LancerComet
 * @license MIT
 */
export { Component, Prop, VueInject, VueProvide, Watch } from './app-component/component-decorator';
export { App } from './core';
export { Data } from './data';
export { Injector } from './injection/injector';
export { Injectable } from './injection/injectable';
