Update dependencies and component paths
This commit is contained in:
parent
bd1ad91efd
commit
23641c16e2
15 changed files with 92 additions and 115 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import Banner from '../../components/Banner.svelte'
|
||||
|
||||
import Banner from '$lib/Banner.svelte'
|
||||
|
||||
let username = "";
|
||||
let password = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue