flows: move <ak-message-container> outside of flow executor

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-23 16:18:00 +01:00
parent 45c1072291
commit bd74e07ce1
4 changed files with 3 additions and 8 deletions

View File

@ -11,6 +11,7 @@
<script src="/static/dist/flow.js" type="module"></script>
</head>
<body>
<ak-message-container></ak-message-container>
<ak-flow-executor></ak-flow-executor>
</body>
</html>