diff options
Diffstat (limited to 'Timeline/Services/PathProvider.cs')
-rw-r--r-- | Timeline/Services/PathProvider.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/Services/PathProvider.cs b/Timeline/Services/PathProvider.cs index 15e66972..1f6b629a 100644 --- a/Timeline/Services/PathProvider.cs +++ b/Timeline/Services/PathProvider.cs @@ -1,9 +1,5 @@ using Microsoft.Extensions.Configuration;
-using System;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
-using System.Threading.Tasks;
namespace Timeline.Services
{
|