added a new component for breadcrumbs and reworked the component for getting icons using sprites

This commit is contained in:
F4ilji
2025-05-15 16:18:39 +05:00
parent f1fd06beb3
commit ace682126e
37 changed files with 6420 additions and 544 deletions
+2
View File
@@ -1,6 +1,8 @@
import './bootstrap';
import '../css/app.css';
import 'preline';
import 'virtual:svg-icons-register'
import { createSSRApp, h } from 'vue';
import { createInertiaApp } from '@inertiajs/vue3';