tailwind 3 upgrade part 2

This commit is contained in:
Čarodej
2022-01-28 13:48:42 +01:00
parent 940a2de13d
commit 854ae6d8fd
175 changed files with 776 additions and 774 deletions

View File

@@ -202,15 +202,15 @@
<script>
import MemberAvatar from "../../components/FilesView/MemberAvatar";
import DatatableCellImage from '/resources/js/components/Others/Tables/DatatableCellImage'
import DatatableWrapper from '/resources/js/components/Others/Tables/DatatableWrapper'
import MobileActionButton from '/resources/js/components/FilesView/MobileActionButton'
import MobileHeader from '/resources/js/components/Mobile/MobileHeader'
import SectionTitle from '/resources/js/components/Others/SectionTitle'
import ButtonBase from '/resources/js/components/FilesView/ButtonBase'
import PageHeader from '/resources/js/components/Others/PageHeader'
import ColorLabel from '/resources/js/components/Others/ColorLabel'
import Spinner from '/resources/js/components/FilesView/Spinner'
import DatatableCellImage from "../../components/Others/Tables/DatatableCellImage";
import DatatableWrapper from "../../components/Others/Tables/DatatableWrapper";
import MobileActionButton from "../../components/FilesView/MobileActionButton";
import MobileHeader from "../../components/Mobile/MobileHeader";
import SectionTitle from "../../components/Others/SectionTitle";
import ButtonBase from "../../components/FilesView/ButtonBase";
import PageHeader from "../../components/Others/PageHeader";
import ColorLabel from "../../components/Others/ColorLabel";
import Spinner from "../../components/FilesView/Spinner";
import {Trash2Icon, Edit2Icon} from "vue-feather-icons";
import {mapGetters} from "vuex"
import axios from 'axios'