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
1 changed files with 1 additions and 1 deletions

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: {