Cleaned up imports
This commit is contained in:
@@ -122,8 +122,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import storage from '../storage.js'
|
import storage from '@/storage.js'
|
||||||
import img from '../directives/v-image.js'
|
import img from '@/directives/v-image.js'
|
||||||
import TorrentList from './TorrentList.vue'
|
import TorrentList from './TorrentList.vue'
|
||||||
import Person from './Person.vue'
|
import Person from './Person.vue'
|
||||||
|
|
||||||
|
|||||||
@@ -39,9 +39,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import axios from 'axios'
|
import storage from '@/storage.js'
|
||||||
import storage from '../storage.js'
|
import MoviesListItem from '@/components/MoviesListItem.vue'
|
||||||
import MoviesListItem from './MoviesListItem.vue'
|
|
||||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||||
import LoadingPlaceholder from '@/components/ui/LoadingPlaceholder.vue'
|
import LoadingPlaceholder from '@/components/ui/LoadingPlaceholder.vue'
|
||||||
import Loader from '@/components/ui/Loader.vue'
|
import Loader from '@/components/ui/Loader.vue'
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import storage from '../storage.js'
|
import storage from '@/storage.js'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data(){
|
data(){
|
||||||
|
|||||||
@@ -28,9 +28,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import storage from '../storage.js'
|
import storage from '@/storage.js'
|
||||||
import MoviesList from './MoviesList.vue'
|
import MoviesList from '@/components/MoviesList.vue'
|
||||||
import Settings from './Settings.vue'
|
import Settings from '@/components/Settings.vue'
|
||||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||||
|
|
||||||
import { getEmoji } from '@/api.js'
|
import { getEmoji } from '@/api.js'
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import storage from '../storage.js'
|
import storage from '@/storage.js'
|
||||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||||
import SeasonedInput from '@/components/ui/SeasonedInput.vue'
|
import SeasonedInput from '@/components/ui/SeasonedInput.vue'
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import storage from '../storage.js'
|
import storage from '@/storage.js'
|
||||||
import SeasonedInput from '@/components/ui/SeasonedInput.vue'
|
import SeasonedInput from '@/components/ui/SeasonedInput.vue'
|
||||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user