Updated webpack to resolve common file extensions
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import LandingBanner from '@/components/LandingBanner.vue'
|
||||
import ListHeader from '@/components/ListHeader.vue'
|
||||
import ResultsList from '@/components/ResultsList.vue'
|
||||
import Loader from '@/components/ui/Loader.vue'
|
||||
import LandingBanner from '@/components/LandingBanner'
|
||||
import ListHeader from '@/components/ListHeader'
|
||||
import ResultsList from '@/components/ResultsList'
|
||||
import Loader from '@/components/ui/Loader'
|
||||
|
||||
import { getTmdbMovieListByName, getRequests } from '@/api'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user