mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-30 15:44:41 +00:00
tailwind 3 upgrade part 1
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HeroScreenshot from '/resources/js/components/Index/IndexHeroScreenshot'
|
||||
import PricingTables from '/resources/js/components/Index/IndexPricingTables'
|
||||
import MainFeatures from '/resources/js/components/Index/IndexMainFeatures'
|
||||
import Navigation from '/resources/js/components/Index/IndexNavigation'
|
||||
import PageHeader from '/resources/js/components/Index/IndexPageHeader'
|
||||
import GetStarted from '/resources/js/components/Index/IndexGetStarted'
|
||||
import PageFooter from '/resources/js/components/Index/IndexPageFooter'
|
||||
import Spinner from '/resources/js/components/FilesView/Spinner'
|
||||
import HeroScreenshot from '../../components/Index/IndexHeroScreenshot'
|
||||
import PricingTables from '../../components/Index/IndexPricingTables'
|
||||
import MainFeatures from '../../components/Index/IndexMainFeatures'
|
||||
import Navigation from '../../components/Index/IndexNavigation'
|
||||
import PageHeader from '../../components/Index/IndexPageHeader'
|
||||
import GetStarted from '../../components/Index/IndexGetStarted'
|
||||
import PageFooter from '../../components/Index/IndexPageFooter'
|
||||
import Spinner from "../../components/FilesView/Spinner";
|
||||
import { mapGetters } from 'vuex'
|
||||
import axios from 'axios'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user