Remove ui scaffolding

This commit is contained in:
Daniel Supernault 2025-06-22 03:56:02 -06:00
parent 12ee214541
commit d939b0c8cd
2 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
import './bootstrap';

View File

@ -1,4 +0,0 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';