diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml new file mode 100644 index 0000000..48b8022 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Create.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Create + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml new file mode 100644 index 0000000..ffc55f1 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Enter + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..8c92d59 --- /dev/null +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Register.cshtml @@ -0,0 +1,6 @@ +namespace ConfectioneryClientApp.Views.Home +{ + public class Register + { + } +} diff --git a/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml b/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml index 92169de..fc0c10f 100644 --- a/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml +++ b/Confectionery/ConfectioneryClientApp/Views/Shared/_Layout.cshtml @@ -1,49 +1,53 @@
- - -