2024-08-03 23:51:31 -05:00
|
|
|
import ApexCharts from 'apexcharts'
|
|
|
|
|
window.ApexCharts = ApexCharts;
|
|
|
|
|
|
2025-09-26 17:41:28 -05:00
|
|
|
import '../../vendor/rappasoft/laravel-livewire-tables/resources/imports/laravel-livewire-tables.js';
|
|
|
|
|
|
2024-08-01 13:53:10 -05:00
|
|
|
import axios from 'axios';
|
|
|
|
|
window.axios = axios;
|
|
|
|
|
|
|
|
|
|
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|