refactor: remove ref to page model

This commit is contained in:
Oliver Booth 2023-08-05 20:59:31 +01:00
parent 55ee3ba5a9
commit 6ed7097c0c
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
@page "/{culture=en}"
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
@using Microsoft.AspNetCore.Mvc.Localization
@inject IViewLocalizer Localizer
<div class="text-center">
<h1 class="display-4">Welcome</h1>