slim bootstrap file

This commit is contained in:
Taylor Otwell 2024-01-24 12:57:48 -06:00
parent e1d396c674
commit 86c7c863d6

View File

@ -1,10 +1,3 @@
/**
* The axios HTTP library is used by a variety of first-party Laravel packages
* like Inertia in order to make requests to the Laravel backend. This will
* automatically handle sending the CSRF token via a header based on the
* value of the "XSRF" token cookie sent with previous HTTP responses.
*/
import axios from 'axios';
window.axios = axios;