mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
chore: prefer named exports (#8315)
* chore: prefer named exports * chore: fix import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Col from '..';
|
||||
import Row from '../../row';
|
||||
import { Col } from '..';
|
||||
import { Row } from '../../row';
|
||||
import { mount } from '../../../test';
|
||||
|
||||
test('should render Col correcly', () => {
|
||||
|
||||
Reference in New Issue
Block a user