chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ import { useLockScroll } from '../composables/use-lock-scroll';
|
||||
import { useLazyRender } from '../composables/use-lazy-render';
|
||||
|
||||
// Components
|
||||
import Icon from '../icon';
|
||||
import Overlay from '../overlay';
|
||||
import { Icon } from '../icon';
|
||||
import { Overlay } from '../overlay';
|
||||
|
||||
export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center' | '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user