Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 23, 2024
1 parent 9ebc1e5 commit d589a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FundAccountFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Field, useFormikContext} from "formik"
import {FLOW_TYPE, paths} from "lib/constants"
import {NETWORK_DISPLAY_NAME} from "lib/network"
import {Box, Link, Themed} from "theme-ui"
import {CustomInputComponent, CustomSelectComponent} from "./inputs"
import {CustomInputComponent} from "./inputs"

export const TOKEN_OPTIONS = [
{value: FLOW_TYPE, label: `${NETWORK_DISPLAY_NAME} FLOW`},
Expand Down

0 comments on commit d589a02

Please sign in to comment.