From 02894ddda37ea4e609612ac398bd90b020a4651a Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 13 Aug 2020 23:27:23 +0200 Subject: [PATCH] Removed unnecessary dependencies --- src/renderer/views/Watch/Watch.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/renderer/views/Watch/Watch.js b/src/renderer/views/Watch/Watch.js index ee7feac88..a13e008cf 100644 --- a/src/renderer/views/Watch/Watch.js +++ b/src/renderer/views/Watch/Watch.js @@ -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',