import BaseLayout from './layout/Base.vue';
import { routes } from './routes';

export { BaseLayout, routes };
