10 lines
276 B
Vue
10 lines
276 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
|
@import "@/styles/common-styles.scss";
|
|
@import "@/styles/common-typography-styles.scss";
|
|
@import "@/styles/common-error-styles.scss";
|
|
</style>
|