mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
chore: sort imports
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
// Utils
|
||||
import { createNamespace } from '../utils';
|
||||
import { emit, inherit } from '../utils/functional';
|
||||
import Button, { ButtonType } from '../button';
|
||||
|
||||
// Components
|
||||
import Icon from '../icon';
|
||||
import Button, { ButtonType } from '../button';
|
||||
|
||||
// Types
|
||||
import { CreateElement, RenderContext } from 'vue/types';
|
||||
|
||||
Reference in New Issue
Block a user