Skip to content

Commit

Permalink
fix: 去除 react form-item 引入
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Jan 11, 2024
1 parent 37c93f8 commit 822fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quark-react/src/form-item/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FC } from "react";
import reactify from "@quarkd/reactify";
import "quarkd/lib/form/form-item";
// import "quarkd/lib/form/form-item";
import { IFormItemProps } from "quarkd/lib/form/type";
import { componentBaseInterface, ReactifyProps } from "../type";

Expand Down

0 comments on commit 822fa12

Please sign in to comment.