diff options
Diffstat (limited to 'Timeline/Services/PathProvider.cs')
-rw-r--r-- | Timeline/Services/PathProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Services/PathProvider.cs b/Timeline/Services/PathProvider.cs index 79f309a1..15e66972 100644 --- a/Timeline/Services/PathProvider.cs +++ b/Timeline/Services/PathProvider.cs @@ -5,7 +5,7 @@ using System.IO; using System.Linq;
using System.Threading.Tasks;
-namespace TimelineApp.Services
+namespace Timeline.Services
{
public interface IPathProvider
{
|