convert material ui to ant
My refine project is material UI i want to convert it to Antdesign
@pankod/refine-antd have been removed. You need to import them from the antd package directly. For example:@pankod/refine-antd. So you need to import icons from the @ant-design/icons package directly. If the package is not installed, you can install it with your package manager:@ant-design/icons package directly like this:@refinedev/antd package to 4.x.x:@pankod/refine-antd@pankod/refine-antdantd@ant-design/icons@ant-design/icons@refinedev/antd4.x.xnpm install antd-import { useTable, SaveButton, Button, Form, Input, Select } from "@pankod/refine-antd";
+import { useTable, SaveButton } from "@refinedev/antd";
+import { Button, Form, Input, Select } from "antd"; npm install @ant-design/icons-import { Icons } from "@pankod/refine-antd";
-const { EditOutlined } = Icons;
+ import { EditOutlined } from "@ant-design/icons"; npm i @refinedev/antd@latest