5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
import Card from '../';
|
|
import demoTest from '../../../test/demo-test';
|
|
|
|
demoTest(Card);
|