Skip to content

Commit 6eceec1

Browse files
committed
fix: import chakraui/icon
1 parent fa1cfe4 commit 6eceec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/preset-typescript": "^7.22.5",
6969
"@chakra-ui/babel-plugin": "^1.0.8",
7070
"@chakra-ui/form-control": "^2.1.0",
71-
"@chakra-ui/icon": "^3.1.0",
71+
"@chakra-ui/icon": "^3.2.0",
7272
"@chakra-ui/layout": "^2.3.0",
7373
"@chakra-ui/media-query": "^3.3.0",
7474
"@chakra-ui/menu": "^2.2.0",

src/chakra-components/menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import type { IconProps } from "@chakra-ui/icon";
3-
import Icon from "@chakra-ui/icon";
3+
import { Icon } from "@chakra-ui/icon";
44
import { Box } from "@chakra-ui/layout";
55
import { Menu as ChakraMenu, MenuIcon } from "@chakra-ui/menu";
66
import type { SystemStyleObject } from "@chakra-ui/system";

0 commit comments

Comments
 (0)