File tree Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Expand file tree Collapse file tree 2 files changed +0
-42
lines changed Original file line number Diff line number Diff line change 1
- import './bootstrap'
2
1
import '../css/app.css'
3
2
import 'remixicon/fonts/remixicon.css'
4
3
5
- //ui
6
- // import 'primevue/resources/themes/tailwind-light/theme.css';
7
- // import 'primevue/resources/themes/fluent-light/theme.css';
8
- // import 'primevue/resources/primevue.min.css';
9
- // import 'primeicons/primeicons.css';
10
-
11
4
import { createApp , h } from 'vue'
12
5
import { createInertiaApp } from '@inertiajs/vue3'
13
6
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers'
@@ -20,7 +13,6 @@ const appName =
20
13
import PrimeVue from 'primevue/config'
21
14
22
15
// global components
23
- // import { Inertia } from "@inertiajs/inertia";
24
16
import { Link } from '@inertiajs/vue3'
25
17
import Layout from './Layouts/AuthenticatedLayout.vue'
26
18
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments