11 lines
No EOL
322 B
Vue
11 lines
No EOL
322 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-button-styles.scss";
|
|
@import "@/styles/common-list-styles.scss";
|
|
@import "@/styles/common-typography-styles.scss";
|
|
</style> |