fix(appstate): update import statement to use plugins module for Smartstate initialization

This commit is contained in:
Juergen Kunz
2025-06-07 16:00:54 +00:00
parent b0f167f6da
commit 646aa7106b
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,8 @@
// @design.estate scope
import * as deesElement from '@design.estate/dees-element';
import * as deesCatalog from '@design.estate/dees-catalog';
export {
deesElement,
deesCatalog
}
}