pianello-api/resources/js/app.js
Ale Gallo 82f958e5da Committing laravel (part 3)
committing js templating files and components
2023-11-10 16:00:59 +01:00

7 lines
No EOL
166 B
JavaScript

import "./bootstrap";
import "./vendor/dom";
import "./vendor/tailwind-merge";
import "./vendor/svg-loader";
// Load static files
import.meta.glob(["../images/**"]);