From 3e2138ae0894bb70766ed40ee9bae55a67fe02bc Mon Sep 17 00:00:00 2001 From: jackycheng <> Date: Wed, 8 Jan 2025 14:27:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=8Etoco-design=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.tsx b/src/lib/index.tsx index 61d634e..ef70d1c 100644 --- a/src/lib/index.tsx +++ b/src/lib/index.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ProRenderFieldPropsType } from '@ant-design/pro-provider'; +import { ProRenderFieldPropsType } from '@toco-design/components'; import './index.css'; {{ CustomType }}