7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
|
export * from '../plugins.js';
|
||
|
|
||
|
import * as smartinteract from '@push.rocks/smartinteract';
|
||
|
import * as smartshell from '@push.rocks/smartshell';
|
||
|
|
||
|
export { smartinteract, smartshell };
|