fix(core): update

This commit is contained in:
2022-10-26 10:56:01 +02:00
parent ab3ae7ec90
commit 697afbaf98
6 changed files with 21 additions and 34 deletions

View File

@@ -1,9 +1,7 @@
// @pushrocks scope
import * as smartstring from '@pushrocks/smartstring';
export {
smartstring
}
export { smartstring };
// third party scope
import lodashCloneDeep from 'lodash.clonedeep';