Skip to content

Commit

Permalink
lint: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Dec 23, 2024
1 parent 95ba881 commit df8dfb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/lib/components/loaders/Loaders.svelte
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<script lang="ts">
import LoaderEthBalances from '$eth/components/loaders/LoaderEthBalances.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 LoaderBalances from '$lib/components/loaders/LoaderBalances.svelte';
import LoaderMetamask from '$lib/components/loaders/LoaderMetamask.svelte';
import LoaderUserProfile from '$lib/components/loaders/LoaderUserProfile.svelte';
import LoaderWallets from '$lib/components/loaders/LoaderWallets.svelte';
import LoaderSolBalances from '$sol/components/core/LoaderSolBalances.svelte';
</script>

<AddressGuard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
SOLANA_DEVNET_NETWORK,
SOLANA_LOCAL_NETWORK,
SOLANA_MAINNET_NETWORK,
SOLANA_TESTNET_NETWORK
SOLANA_MAINNET_NETWORK,
SOLANA_TESTNET_NETWORK,
SOLANA_DEVNET_NETWORK,
SOLANA_LOCAL_NETWORK,
SOLANA_NETWORK_ENABLED
} from '$env/networks/networks.sol.env';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { nonNullish } from '@dfinity/utils';
import { BigNumber } from '@ethersproject/bignumber';
import type { Commitment } from '@solana/web3.js';
import {
SOL_DEVNET_EXPLORER_URL,
SOL_MAINNET_EXPLORER_URL,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import { isNullish } from '@dfinity/utils';
import { icTransactionsStore } from '$icp/stores/ic-transactions.store';
import TransactionsSkeletons from '$lib/components/transactions/TransactionsSkeletons.svelte';
import { token } from '$lib/stores/token.store';
import { solTransactionsStore } from '$sol/stores/sol-transactions.store';
Expand Down

0 comments on commit df8dfb8

Please sign in to comment.