Product, Perssions, ServideProvider, AssignedUser, Sessionmanagement improvements, Localization

This commit is contained in:
Adam 2023-12-10 12:05:54 +01:00
parent a6043c268b
commit ec06dd969e
2 changed files with 13 additions and 1 deletions

View File

@ -39,7 +39,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Components\" />
<Folder Include="Layouts\" />
<Folder Include="Pages\" />
</ItemGroup>

View File

@ -0,0 +1,13 @@
using Microsoft.AspNetCore.Components;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AyCode.Blazor.Components
{
public class ACComponent : ComponentBase
{
}
}