mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
tailwind 3 upgrade part 1
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import PageTitle from '/resources/js/components/Index/Components/PageTitle'
|
||||
import PageTitle from "./Components/PageTitle";
|
||||
import {
|
||||
ChevronRightIcon,
|
||||
UploadCloudIcon,
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<script>
|
||||
import { UserIcon, CloudIcon, HardDriveIcon } from 'vue-feather-icons'
|
||||
import PageTitle from '/resources/js/components/Index/Components/PageTitle'
|
||||
import PageTitle from "./Components/PageTitle";
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import PricingTables from '/resources/js/components/Index/Components/PricingTables'
|
||||
import AuthButton from '/resources/js/components/Auth/AuthButton'
|
||||
import PricingTables from "./Components/PricingTables";
|
||||
import AuthButton from "../Auth/AuthButton";
|
||||
import { CloudIcon } from 'vue-feather-icons'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user