This commit is contained in:
Patrick Niebeling
2025-03-12 11:29:30 +01:00
parent 9538c99576
commit 1e46c19f1b
14 changed files with 202 additions and 130 deletions

4
assets/js/deckflow.js Normal file
View File

@ -0,0 +1,4 @@
// deckflow.js
document.addEventListener('DOMContentLoaded', function () {
// JS für das Bearbeiten oder Löschen von Workflows
});