1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +00:00

fix import package bug

This commit is contained in:
Michael An 2025-03-01 15:20:51 +08:00
parent bbe090bdb6
commit 0fadf04686

View File

@ -1,6 +1,6 @@
import React, { forwardRef, useImperativeHandle, useState, useCallback, useRef, useEffect, useMemo } from 'react';
import { FormGroup, FormFeedback, Label, Dropdown, DropdownToggle, DropdownMenu, Input, DropdownItem } from 'reactstrap';
import { Icon } from '@seafile/sf-metadata-ui-component';
import Icon from '@/components/icon';
import PropTypes from 'prop-types';
import classnames from 'classnames';
import { gettext } from '../../../../../utils/constants';