Removed unnecessary dependencies

This commit is contained in:
Luca 2020-08-13 23:27:23 +02:00
parent b0e75f2e44
commit 02894ddda3
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ import WatchVideoComments from '../../components/watch-video-comments/watch-vide
import WatchVideoLiveChat from '../../components/watch-video-live-chat/watch-video-live-chat.vue'
import WatchVideoPlaylist from '../../components/watch-video-playlist/watch-video-playlist.vue'
import WatchVideoRecommendations from '../../components/watch-video-recommendations/watch-video-recommendations.vue'
import FileWriter from 'fs'
import Url from 'url'
import Utils from 'util'
export default Vue.extend({
name: 'Watch',