Update import statements
This commit is contained in:
parent
40c72fef95
commit
70e3ef847b
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Import components
|
// Import components
|
||||||
import LoginCard from './components/LoginCard.vue'
|
import LoginCard from './components/LoginView.vue';
|
||||||
import MainView from './components/MainView.vue'
|
import MainView from './components/MainView.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
|
|
@ -72,6 +72,7 @@ export default {
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "./css/dark_theme.css";
|
@import "./css/dark_theme.css";
|
||||||
|
@import "./css/inputs.css";
|
||||||
|
|
||||||
html, body, .maximize_size {
|
html, body, .maximize_size {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue