Change import paths to relative paths.

This commit is contained in:
Kavin
2022-04-08 16:46:49 +01:00
parent b68b9e2c1e
commit 4c16beedaf
9 changed files with 17 additions and 17 deletions

View File

@@ -23,8 +23,8 @@
</template>
<script>
import VideoItem from "@/components/VideoItem.vue";
import Sorting from "@/components/Sorting.vue";
import VideoItem from "./VideoItem.vue";
import Sorting from "./Sorting.vue";
export default {
components: {