Skip to content

Commit

Permalink
Web namespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Jul 1, 2024
1 parent 41ec9ac commit c970b9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dfe.Data.SearchPrototype/Web/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using data.search_prototype.web.Models;
using Dfe.Data.SearchPrototype.Web.Models;
using Microsoft.AspNetCore.Mvc;
using System.Diagnostics;

namespace data.search_prototype.web.Controllers
namespace Dfe.Data.SearchPrototype.Web.Controllers
{
public class HomeController : Controller
{
Expand Down
2 changes: 1 addition & 1 deletion Dfe.Data.SearchPrototype/Web/Models/ErrorViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace data.search_prototype.web.Models
namespace Dfe.Data.SearchPrototype.Web.Models
{
public class ErrorViewModel
{
Expand Down
4 changes: 2 additions & 2 deletions Dfe.Data.SearchPrototype/Web/Views/_ViewImports.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@using data.search_prototype.web
@using data.search_prototype.web.Models
@using Dfe.Data.SearchPrototype.Web
@using Dfe.Data.SearchPrototype.Web.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, GovUk.Frontend.AspNetCore

0 comments on commit c970b9f

Please sign in to comment.