Skip to content

Commit

Permalink
currency selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Jan 7, 2024
1 parent 5347900 commit 86d69bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState } from "react";
import { WiseCurrency } from "types/aws";
import { DrawerIcon } from "components/Icon";
import { Label } from "components/form";
import Options from "./Options";
import Options from "./CurrencyOptions";

export type Currency = {
code: string;
Expand Down
1 change: 0 additions & 1 deletion src/components/BankDetails/CurrencySelector/index.ts

This file was deleted.

0 comments on commit 86d69bc

Please sign in to comment.