3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
export { default } from './index-default.js';
|
|
export * from './index.js';
|
export { default } from './index-default.js';
|
|
export * from './index.js';
|