diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml index ffc55f1..667088f 100644 --- a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml @@ -1,6 +1,20 @@ -namespace ConfectioneryClientApp.Views.Home -{ - public class Enter - { - } +@{ + ViewData["Title"] = "Enter"; } +