更改文件引用路径

This commit is contained in:
2betop 2021-01-29 16:47:23 +08:00
parent 106d59ea18
commit acb86d4cab

View File

@ -3,7 +3,7 @@ import TimeView from 'react-datetime/src/TimeView';
import moment from 'moment';
import React from 'react';
import {LocaleProps, localeable} from '../../locale';
import {Icon} from '../..';
import {Icon} from '../icons';
import {ClassNamesFn} from '../../theme';
export class CustomTimeView extends TimeView {