diff options
Diffstat (limited to 'Timeline/Models/Http/Common.cs')
-rw-r--r-- | Timeline/Models/Http/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Models/Http/Common.cs b/Timeline/Models/Http/Common.cs index a9fc8a79..f30fdb0d 100644 --- a/Timeline/Models/Http/Common.cs +++ b/Timeline/Models/Http/Common.cs @@ -1,6 +1,6 @@ -using static Timeline.Resources.Models.Http.Common;
+using static TimelineApp.Resources.Models.Http.Common;
-namespace Timeline.Models.Http
+namespace TimelineApp.Models.Http
{
public class CommonResponse
{
|