(#1) - WebPack bundling of JS and CSS

This commit is contained in:
Martin Slachta
2026-06-12 11:25:57 +02:00
parent 0d829845c4
commit 2a630228ad
23 changed files with 115 additions and 70 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const RsvFormSender = {
export const RsvFormSender = {
get_form_url(form_id) {
return ReservairServiceAPI.restUrl + '/form/' + form_id;
},