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>
|
||||
// Import components
|
||||
import LoginCard from './components/LoginCard.vue'
|
||||
import MainView from './components/MainView.vue'
|
||||
import LoginCard from './components/LoginView.vue';
|
||||
import MainView from './components/MainView.vue';
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
|
|
@ -72,6 +72,7 @@ export default {
|
|||
|
||||
<style>
|
||||
@import "./css/dark_theme.css";
|
||||
@import "./css/inputs.css";
|
||||
|
||||
html, body, .maximize_size {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue