chore: expose utils in entry file
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
// Utils
|
||||
import { createNamespace, pick } from '../utils';
|
||||
import { preventDefault } from '../utils/dom/event';
|
||||
import { pick, createNamespace, preventDefault } from '../utils';
|
||||
|
||||
// Components
|
||||
import Field from '../field';
|
||||
|
||||
Reference in New Issue
Block a user