mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Fixed root namespace
This commit is contained in:
parent
b1ee99c09a
commit
a5d449b8e7
@ -6,6 +6,6 @@
|
|||||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||||
@using Microsoft.JSInterop
|
@using Microsoft.JSInterop
|
||||||
@using MindWork_AI_Studio
|
@using AIStudio
|
||||||
@using MindWork_AI_Studio.Components
|
@using AIStudio.Components
|
||||||
@using MudBlazor
|
@using MudBlazor
|
@ -4,8 +4,8 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<RootNamespace>MindWork AI Studio</RootNamespace>
|
<RootNamespace>AIStudio</RootNamespace>
|
||||||
<AssemblyName>$(AssemblyName.Replace(' ', '_'))</AssemblyName>
|
<AssemblyName>mindworkAIStudio</AssemblyName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using MindWork_AI_Studio.Components;
|
using AIStudio;
|
||||||
|
using AIStudio.Components;
|
||||||
using MudBlazor;
|
using MudBlazor;
|
||||||
using MudBlazor.Services;
|
using MudBlazor.Services;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user