♻️ refactored code
This commit is contained in:
parent
4cd2ed9a8a
commit
9bc69f9c58
9 changed files with 73 additions and 69 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import UserFormInput from "../../components/userform/UserFormInput.svelte";
|
||||
import ArrowBack from "../../components/svg/ArrowBack.svelte";
|
||||
import ButtonComponent from "../../components/ButtonComponent.svelte";
|
||||
import ButtonComponent from "../../components/userform/inputs/ButtonComponent.svelte";
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col justify-center gap-20 h-full ">
|
||||
|
|
|
|||
Reference in a new issue