Commit 66c7debbab889cd44192173feb172d2612305cc8

Authored by Graham Fairweather
1 parent e31d3b05

A further file that was missed

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
src/components/select/prefixCls.js deleted
1   -import {
2   - IVU,
3   - SELECT,
4   -} from '@/utils/constants';
5   -import {
6   - kebabJoin,
7   -} from '@/utils/assist';
8   -
9   -export default kebabJoin(IVU, SELECT);