diff options
author | 杨宇千 <crupest@outlook.com> | 2019-03-04 19:57:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 19:57:56 +0800 |
commit | aca753fba19a221f1aec65030ba4aec4bc34f576 (patch) | |
tree | 552cbe6c50573e2d78e323e5d460db989cdd0a77 /Timeline/Program.cs | |
parent | 1259f24a7febc35400a10149b72af41dd00617ee (diff) | |
parent | cb58648843160a672ba9427b0abfb2dd87c86206 (diff) | |
download | timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.gz timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.bz2 timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.zip |
Merge pull request #2 from crupest/migrate-todo
Migrate todo page from Azure DevOps WorkItems to Github Issues.
Diffstat (limited to 'Timeline/Program.cs')
-rw-r--r-- | Timeline/Program.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline/Program.cs b/Timeline/Program.cs index 8ee8822a..480f5e9e 100644 --- a/Timeline/Program.cs +++ b/Timeline/Program.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; |