React to Microsoft.AspNet.Html namespace rename part 2

This commit is contained in:
Pranav K 2015-12-02 11:32:21 -08:00
parent 7e2eb16960
commit 6ab9acc3f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.AspNet.Html;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Mvc.ViewFeatures;
using Microsoft.AspNet.Mvc.ViewFeatures.Internal;