Skip to content

Commit af7b4d5

Browse files
authored
Merge pull request #13154 from chibitanaka/fix-component-name
chore: fix component name
2 parents 6fd55e5 + a9a3338 commit af7b4d5

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)