mobmash.click/resources/js/index.js

7 lines
125 B
JavaScript
Raw Normal View History

import './htmx';
import './img-preload.ext';
2024-08-02 20:52:46 +00:00
2024-08-03 18:24:09 +00:00
import './spinner';
import {Chart} from 'chart.js/auto';
window.Chart = Chart;