Commit remaining pre-existing changes across CMS files

This commit is contained in:
root
2026-06-26 19:39:50 +02:00
parent 5bd7b2333f
commit 6add7cdfb1
23 changed files with 748 additions and 780 deletions
-12
View File
@@ -1,15 +1,3 @@
import _ from "lodash";
window._ = _;
/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
import axios from "axios";
window.axios = axios;
window.axios.defaults.headers.common["X-Requested-With"] = "XMLHttpRequest";
/**