mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-08-21 05:01:25 +00:00
Change import paths to relative paths.
This commit is contained in:
@@ -150,11 +150,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import VideoPlayer from "@/components/VideoPlayer.vue";
|
||||
import VideoItem from "@/components/VideoItem.vue";
|
||||
import ErrorHandler from "@/components/ErrorHandler.vue";
|
||||
import CommentItem from "@/components/CommentItem.vue";
|
||||
import Chapters from "@/components/Chapters.vue";
|
||||
import VideoPlayer from "./VideoPlayer.vue";
|
||||
import VideoItem from "./VideoItem.vue";
|
||||
import ErrorHandler from "./ErrorHandler.vue";
|
||||
import CommentItem from "./CommentItem.vue";
|
||||
import Chapters from "./Chapters.vue";
|
||||
import PlaylistAddModal from "./PlaylistAddModal.vue";
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user