Skip to content

Commit

Permalink
refactor(frontend): move all loaders components in specific folder (#…
Browse files Browse the repository at this point in the history
…3410)

# Motivation

Moving all loaders component to a single folder, to keep it tidy.

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AntonioVentilii and github-actions[bot] authored Nov 8, 2024
1 parent 5a5e7cf commit e23b3bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script lang="ts">
import LoaderBalances from '$icp-eth/components/core/LoaderBalances.svelte';
import Loader from '$lib/components/core/Loader.svelte';
import LoaderMetamask from '$lib/components/core/LoaderMetamask.svelte';
import LoaderWallets from '$lib/components/core/LoaderWallets.svelte';
import ExchangeWorker from '$lib/components/exchange/ExchangeWorker.svelte';
import AddressGuard from '$lib/components/guard/AddressGuard.svelte';
import Loader from '$lib/components/loaders/Loader.svelte';
import LoaderMetamask from '$lib/components/loaders/LoaderMetamask.svelte';
import LoaderWallets from '$lib/components/loaders/LoaderWallets.svelte';
</script>

<AddressGuard>
Expand Down

0 comments on commit e23b3bd

Please sign in to comment.