8 lines
245 B
TypeScript
8 lines
245 B
TypeScript
|
export * from '../plugins.js';
|
||
|
|
||
|
import * as smartfile from '@push.rocks/smartfile';
|
||
|
import * as smartinteract from '@push.rocks/smartinteract';
|
||
|
import * as smartscaf from '@push.rocks/smartscaf';
|
||
|
|
||
|
export { smartfile, smartinteract, smartscaf };
|