8 lines
112 B
TypeScript
8 lines
112 B
TypeScript
|
export * from '../plugins.js'
|
||
|
|
||
|
import * as smartparcel from '@pushrocks/smartparcel';
|
||
|
|
||
|
export {
|
||
|
smartparcel
|
||
|
}
|