Refactored config. components into blocks namespace

This commit is contained in:
Thorsten Sommer 2024-07-26 20:07:41 +02:00
parent ed04b3e025
commit dbe709ec12
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
4 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;
namespace AIStudio.Components; namespace AIStudio.Components.Blocks;
/// <summary> /// <summary>
/// Configuration component for any boolean option. /// Configuration component for any boolean option.

View File

@ -2,7 +2,7 @@ using AIStudio.Settings;
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;
namespace AIStudio.Components; namespace AIStudio.Components.Blocks;
/// <summary> /// <summary>
/// Configuration component for selecting a value from a list. /// Configuration component for selecting a value from a list.