Remove unused usings

This commit is contained in:
Robert Marshall 2020-01-03 13:41:14 +00:00
parent ae8c544722
commit 8c4fd83b2c
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,4 @@
using System;
using System.Security.Claims;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;

View file

@ -1,4 +1,3 @@
using Markdig;
using Website.Models;
namespace Website.ViewModels