Skip to content

Commit a9a3338

Browse files
committed
fix component name
1 parent 211417a commit a9a3338

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Simulator/WalletHome/SendReceiveButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Flex } from "@chakra-ui/react"
55
import { QrCodeIcon } from "../icons"
66
import type { SimulatorNav } from "../interfaces"
77

8-
import { SendReceiveButton } from "./SendRecieveButton"
8+
import { SendReceiveButton } from "./SendReceiveButton"
99
import type { SendReceiveEnabled } from "./types"
1010

1111
type SendReceiveButtonsProps = {

0 commit comments

Comments
 (0)