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 14, 2024
1 parent 012b773 commit e97e879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from '@iota/core';
import { type CoinStruct } from '@iota/iota-sdk/client';
import { IOTA_TYPE_ARG } from '@iota/iota-sdk/utils';
import { Field, type FieldInputProps, Form, Formik, FormikProps } from 'formik';
import { Form, Formik } from 'formik';
import { useMemo } from 'react';

import {
Expand Down

0 comments on commit e97e879

Please sign in to comment.