feat(appstate): initialize appState with Smartstate from domtools

This commit is contained in:
2025-06-07 11:40:31 +00:00
parent 4d8d802006
commit b0f167f6da

4
ts_web/appstate.ts Normal file
View File

@ -0,0 +1,4 @@
import { domtools } from '@design.estate/dees-element';
const appState = new domtools.plugins.smartstate.Smartstate();