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 | 05c104022f71c3b19949205d5d23f07b4cd9a598 (patch) | |
tree | 710a731990f9dc9a9475baebc5867298e6df33c4 | |
parent | d4539d1d3d6f048c7d7df217e3fc83ce0c229b8b (diff) | |
download | timeline-05c104022f71c3b19949205d5d23f07b4cd9a598.tar.gz timeline-05c104022f71c3b19949205d5d23f07b4cd9a598.tar.bz2 timeline-05c104022f71c3b19949205d5d23f07b4cd9a598.zip |
Clean code.
-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;
|