Skip to content

Commit c0cf1a6

Browse files
author
刘欢
committed
feat: modify rc-util path in component
1 parent dc176be commit c0cf1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr-accept.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import warning from '@rc-component/util/lib/warning';
1+
import { warning } from '@rc-component/util';
22
import type { RcFile } from './interface';
33

44
export default (file: RcFile, acceptedFiles: string | string[]) => {

0 commit comments

Comments
 (0)