6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
export * from '../plugins.js';
|
|
|
|
import * as smartinteract from '@push.rocks/smartinteract';
|
|
|
|
export { smartinteract };
|