mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
tailwind 3 upgrade part 2
This commit is contained in:
@@ -148,11 +148,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import WidgetLatestRegistrations from '/resources/js/components/Admin/WidgetLatestRegistrations'
|
||||
import ColorLabel from '/resources/js/components/Others/ColorLabel'
|
||||
import WidgetLatestRegistrations from "../../components/Admin/WidgetLatestRegistrations";
|
||||
import ColorLabel from "../../components/Others/ColorLabel";
|
||||
import {ChevronRightIcon, ThumbsUpIcon} from "vue-feather-icons"
|
||||
import WidgetWrapper from "../../components/Admin/WidgetWrapper"
|
||||
import Spinner from '/resources/js/components/FilesView/Spinner'
|
||||
import Spinner from "../../components/FilesView/Spinner";
|
||||
import FormLabel from "../../components/Others/Forms/FormLabel"
|
||||
import BarChart from "../../components/UI/BarChart"
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
Reference in New Issue
Block a user