dees-wcctools/ts_web/wcctools.plugins.ts

12 lines
171 B
TypeScript
Raw Permalink Normal View History

2023-08-07 16:20:17 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
2020-06-01 15:07:13 +00:00
export {
smartdelay
};
2023-08-07 16:20:17 +00:00
import * as deesDomtools from '@design.estate/dees-domtools';
2020-06-01 15:07:13 +00:00
export {
deesDomtools
};