aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities/TimelineEntity.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-10 19:37:58 +0800
committercrupest <crupest@outlook.com>2020-03-10 19:37:58 +0800
commit5eaacedda31da86116f25158bd07e5ad8954e7b2 (patch)
treeb9165a233b00c4ab5be47f0ce786b64c178a9fdf /Timeline/Entities/TimelineEntity.cs
parent08b18564bb1c477b01384cb93d62f98cfcb83f48 (diff)
downloadtimeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.tar.gz
timeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.tar.bz2
timeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.zip
...
Diffstat (limited to 'Timeline/Entities/TimelineEntity.cs')
-rw-r--r--Timeline/Entities/TimelineEntity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Entities/TimelineEntity.cs b/Timeline/Entities/TimelineEntity.cs
index 56b36d4e..3149d4c2 100644
--- a/Timeline/Entities/TimelineEntity.cs
+++ b/Timeline/Entities/TimelineEntity.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
-using Timeline.Models.Http;
+using Timeline.Models;
namespace Timeline.Entities
{