Skip to content

Commit

Permalink
Remove Form and FormItem packages (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheyan authored Apr 29, 2024
1 parent bc195e5 commit fa9d379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"message-box": "./packages/message-box/index.js",
"breadcrumb": "./packages/breadcrumb/index.js",
"breadcrumb-item": "./packages/breadcrumb-item/index.js",
"form": "./packages/form/index.js",
"form-item": "./packages/form-item/index.js",
"tabs": "./packages/tabs/index.js",
"tab-pane": "./packages/tab-pane/index.js",
"tag": "./packages/tag/index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/theme-chalk/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
@import "./message-box.scss";
@import "./breadcrumb.scss";
@import "./breadcrumb-item.scss";
@import "./form.scss";
@import "./form-item.scss";
@import "./tabs.scss";
@import "./tab-pane.scss";
@import "./tag.scss";
Expand Down
6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import Tooltip from '../packages/tooltip/index.js';
import MessageBox from '../packages/message-box/index.js';
import Breadcrumb from '../packages/breadcrumb/index.js';
import BreadcrumbItem from '../packages/breadcrumb-item/index.js';
import Form from '../packages/form/index.js';
import FormItem from '../packages/form-item/index.js';
import Tabs from '../packages/tabs/index.js';
import TabPane from '../packages/tab-pane/index.js';
import Tag from '../packages/tag/index.js';
Expand Down Expand Up @@ -119,8 +117,6 @@ const components = [
Tooltip,
Breadcrumb,
BreadcrumbItem,
Form,
FormItem,
Tabs,
TabPane,
Tag,
Expand Down Expand Up @@ -238,8 +234,6 @@ export default {
MessageBox,
Breadcrumb,
BreadcrumbItem,
Form,
FormItem,
Tabs,
TabPane,
Tag,
Expand Down

0 comments on commit fa9d379

Please sign in to comment.