fix(core): update

This commit is contained in:
2022-03-18 19:40:28 +01:00
parent 24a5f48ce1
commit c1b5778d01
11 changed files with 6515 additions and 14580 deletions

View File

@@ -17,7 +17,7 @@
}
</style>
<script src="./index.ts"></script>
<script src="./bundle.js"></script>
</head>
<body>
</body>

View File

@@ -3,8 +3,8 @@ import * as deesWccTools from '@designestate/dees-wcctools';
import * as deesDomTools from '@designestate/dees-domtools';
// elements and pages
import * as elements from '../ts_web/elements';
import * as pages from '../ts_web/pages';
import * as elements from '../ts_web/elements/index.js';
import * as pages from '../ts_web/pages/index.js';
deesWccTools.setupWccTools(elements as any, pages);
deesDomTools.elementBasic.setup();