Skip to content

Commit

Permalink
fix(wallet-dashboard): linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 committed Nov 12, 2024
1 parent 3b37425 commit 64d5693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import React, { useEffect, useState } from 'react';
import React, { useState } from 'react';
import { EnterValuesFormView, ReviewValuesFormView } from './views';
import { CoinBalance } from '@iota/iota-sdk/client';
import { useSendCoinTransaction, useNotifications } from '@/hooks';
Expand Down

0 comments on commit 64d5693

Please sign in to comment.