tailwind 3 upgrade part 1

This commit is contained in:
Čarodej
2022-01-28 11:41:13 +01:00
parent 42c2ffc274
commit 940a2de13d
63 changed files with 3924 additions and 8488 deletions

View File

@@ -1,6 +1,6 @@
import {debounce, isArray, orderBy} from "lodash"
import i18n from '/resources/js/i18n/index'
import router from '/resources/js/router'
import i18n from "../i18n";
import router from "../router";
import store from '../store/index'
import {events} from '../bus'
import axios from 'axios'