fixed problems with tailwind overwriting naive ui styles
implemented user datatable
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import '../css/app.css'
|
||||
import { createApp, h } from "vue";
|
||||
import { createInertiaApp, Link } from "@inertiajs/vue3";
|
||||
import '../css/app.css'
|
||||
|
||||
createInertiaApp({
|
||||
resolve: (name) => require(`./pages/${name}`),
|
||||
|
||||
Reference in New Issue
Block a user