adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 10s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-07 02:46:36 +02:00
parent 6b0ffd7aeb
commit 72774c05aa
5 changed files with 771 additions and 373 deletions

View File

@@ -53,7 +53,7 @@ $moduleJs = str_replace('</script>', '<\/script>', $moduleJs);
data-sections-json="<?= e(is_string($sectionsJson) ? $sectionsJson : '[]') ?>"></div>
</div>
<style><?= $moduleCss ?></style>
<script crossorigin src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="/assets/vendor/react/react.production.min.js"></script>
<script src="/assets/vendor/react/react-dom.production.min.js"></script>
<script><?= $moduleJs ?></script>
<?= module_shell_footer() ?>