Browse Source

test: add import in tagInput

linyan 2 năm trước cách đây
mục cha
commit
640d894f72
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/semi-ui/tagInput/_story/tagInput.stories.jsx

+ 2 - 2
packages/semi-ui/tagInput/_story/tagInput.stories.jsx

@@ -1,6 +1,6 @@
 import React, { useState, useCallback } from 'react';
-import { Toast, Icon, Button, Avatar, Form, Popover, SideSheet, Modal, TagInput } from '../../index';
-import { IconGift, IconVigoLogo } from '@douyinfe/semi-icons';
+import { Toast, Switch, Button, Avatar, Form, Popover, SideSheet, Modal, TagInput } from '../../index';
+import { IconGift, IconVigoLogo, IconClose } from '@douyinfe/semi-icons';
 const style = {
   width: 400,
   marginTop: 10,