Added source files

This commit is contained in:
Khwezi Mngoma
2026-03-14 12:04:43 +02:00
parent 0e6dd7e192
commit 30d84b27bf
70 changed files with 60530 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
</Project>