Project structure

This commit is contained in:
Stone_Red
2023-01-11 12:23:11 +01:00
parent 90ae9b2455
commit e9b485bb04
39 changed files with 21145 additions and 0 deletions
@@ -0,0 +1,8 @@
@page "/"
@namespace Elektrifikatsiya.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="Server" />