chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import { pickerProps } from '../picker/Picker';
|
||||
import { useExpose } from '../composables/use-expose';
|
||||
|
||||
// Components
|
||||
import Picker from '../picker';
|
||||
import { Picker } from '../picker';
|
||||
|
||||
const [name, bem] = createNamespace('area');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user