-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
055f20b
commit c9fc453
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
src/frontend/src/lib/components/loaders/LoaderBalances.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<script lang="ts"> | ||
import LoaderEthBalances from '$eth/components/loaders/LoaderEthBalances.svelte'; | ||
import LoaderSolBalances from '$sol/components/core/LoaderSolBalances.svelte'; | ||
import LoaderEthBalances from '$eth/components/loaders/LoaderEthBalances.svelte'; | ||
import LoaderSolBalances from '$sol/components/core/LoaderSolBalances.svelte'; | ||
</script> | ||
|
||
<LoaderEthBalances> | ||
<LoaderSolBalances> | ||
<slot /> | ||
</LoaderSolBalances> | ||
</LoaderEthBalances> | ||
<LoaderSolBalances> | ||
<slot /> | ||
</LoaderSolBalances> | ||
</LoaderEthBalances> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters