chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { mount } from '../../../test';
|
||||
import Skeleton from '..';
|
||||
import { Skeleton } from '..';
|
||||
|
||||
test('should render with row width array correctly', () => {
|
||||
const wrapper = mount(Skeleton, {
|
||||
|
||||
Reference in New Issue
Block a user