fix(core): update

This commit is contained in:
2023-10-22 16:03:37 +02:00
parent 3b946d7700
commit 28be3f3095
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ export { css, breakpoints, elementBasic };
export { DomTools, type IDomToolsContructorOptions } from './domtools.classes.domtools.js';
export { TypedRequest } from '@api.global/typedrequest';
export { type IWebSetupConstructorOptions } from '@push.rocks/websetup';
export { rxjs } from '@push.rocks/smartrx';
import * as allPlugins from './domtools.plugins.js';