0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-21 18:55:16 +00:00

fix: 🐛 typo that caused build to fail (#615)

This commit is contained in:
Alex 2023-04-24 19:59:53 +12:00 committed by GitHub
parent 280cd217e4
commit 098f5e5a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
</template>
<script>
import playlistVideoCard from "~/components/playlist/playlistVideoCard.vue";
import playlistVideoCard from "~/components/Playlist/playlistVideoCard.vue";
export default {
components: { playlistVideoCard },
computed: {