Start sorting out basic layout elements

This commit is contained in:
Eli Ribble 2026-03-21 20:58:44 +00:00
parent efece7733f
commit 9b8c079d79
No known key found for this signature in database
9 changed files with 109 additions and 52 deletions

View file

@ -15,6 +15,6 @@
{{ if not .Config.IsProductionEnvironment }}
<div id="flogo"></div>
{{ end }}
<script src="{{ bundlePathJS }}"></script>
<script src="{{ bundlePathJS }}" type="module"></script>
</body>
</html>