chore: moving the modals to a separate directory

This commit is contained in:
Shishkevich D.
2025-03-24 09:57:37 +00:00
parent 7b15274c84
commit 14253c3586
16 changed files with 28 additions and 28 deletions

View File

@@ -1524,12 +1524,12 @@
});
</script>
{{template "inboundModal"}}
{{template "promptModal"}}
{{template "qrcodeModal"}}
{{template "textModal"}}
{{template "inboundInfoModal"}}
{{template "clientsModal"}}
{{template "clientsBulkModal"}}
{{template "modals/inboundModal"}}
{{template "modals/promptModal"}}
{{template "modals/qrcodeModal"}}
{{template "modals/textModal"}}
{{template "modals/inboundInfoModal"}}
{{template "modals/clientsModal"}}
{{template "modals/clientsBulkModal"}}
</body>
</html>