Merge pull request #140 from hemantkd/Removing-unused-directives

Removed all the unused directives in the Solution with the assistance…
This commit is contained in:
Eric Fleming
2018-12-14 19:54:06 -05:00
committed by GitHub
36 changed files with 18 additions and 74 deletions

View File

@@ -1,7 +1,4 @@
@page
@using System.Collections.Generic
@using Microsoft.AspNetCore.Http
@using Microsoft.AspNetCore.Http.Authentication
@model SigninModel
@{
ViewData["Title"] = "Log in";