forked from MapComplete/MapComplete
Refactoring: remove unused asset, further stripping of Svg.ts
This commit is contained in:
parent
c2001f17a5
commit
f8e5efe495
8 changed files with 26 additions and 143 deletions
|
@ -1,8 +1,7 @@
|
|||
<script lang="ts">
|
||||
import Svg from "../Svg"
|
||||
import Loading from "./Base/Loading.svelte"
|
||||
import ToSvelte from "./Base/ToSvelte.svelte"
|
||||
import Community from "../assets/svg/Community.svelte"
|
||||
import Login from "../assets/svg/Login.svelte"
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
@ -23,7 +22,7 @@
|
|||
<div class="information">Some important information</div>
|
||||
<div class="thanks">Thank you! Operation successful</div>
|
||||
|
||||
<ToSvelte construct={Svg.login_svg().SetClass("w-12 h-12")} />
|
||||
<Login class="w-12 h-12" />
|
||||
<Loading>Loading...</Loading>
|
||||
</div>
|
||||
|
||||
|
@ -92,7 +91,7 @@
|
|||
<div class="information">Some important information</div>
|
||||
<div class="thanks">Thank you! Operation successful</div>
|
||||
|
||||
<ToSvelte construct={Svg.login_svg().SetClass("w-12 h-12")} />
|
||||
<Login class="w-12 h-12" />
|
||||
<Loading>Loading...</Loading>
|
||||
</div>
|
||||
|
||||
|
@ -134,7 +133,7 @@
|
|||
<div class="information">Some important information</div>
|
||||
<div class="thanks">Thank you! Operation successful</div>
|
||||
|
||||
<ToSvelte construct={Svg.login_svg().SetClass("w-12 h-12")} />
|
||||
<Login class="w-12 h-12" />
|
||||
<Loading>Loading...</Loading>
|
||||
<div>
|
||||
<label for="html0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue