diff options
author | crupest <crupest@outlook.com> | 2020-05-30 23:41:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-30 23:41:07 +0800 |
commit | 83de798e74323e96e81b8196b04e23ed2bd4efbf (patch) | |
tree | f76ecd77c99c4136d1ab4771b91a92f1e5ad4a35 /Timeline | |
parent | 26ff4d2d700e0c347065871c9b33498037fcee38 (diff) | |
download | timeline-83de798e74323e96e81b8196b04e23ed2bd4efbf.tar.gz timeline-83de798e74323e96e81b8196b04e23ed2bd4efbf.tar.bz2 timeline-83de798e74323e96e81b8196b04e23ed2bd4efbf.zip |
Clean code.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/Startup.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Startup.cs b/Timeline/Startup.cs index 9651d58e..b6c3ff7f 100644 --- a/Timeline/Startup.cs +++ b/Timeline/Startup.cs @@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.AspNetCore.Mvc.Infrastructure;
-using Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
|