feat(*): Add using statements

This commit is contained in:
Josh Creek
2021-08-29 15:47:05 +01:00
parent 9e46c26728
commit 19958e1d16
+10
View File
@@ -1,7 +1,17 @@
using Creek.HelpfulExtensions;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using YouTubeChannelDownloader.Data;
using YouTubeChannelDownloader.Models;
using YouTubeChannelDownloader.Services;
using YoutubeExplode;
using YoutubeExplode.Common;
using YoutubeExplode.Converter;
using YoutubeExplode.Playlists;
using YoutubeExplode.Videos.Streams;
using YouTubeChannelDownloader.Utilities;
using System.IO; using System.IO;
namespace YouTubeChannelDownloader namespace YouTubeChannelDownloader