diff --git a/app/MindWork AI Studio/Components/Layout/MainLayout.razor b/app/MindWork AI Studio/Components/Layout/MainLayout.razor index 510bf4a..f1611e4 100644 --- a/app/MindWork AI Studio/Components/Layout/MainLayout.razor +++ b/app/MindWork AI Studio/Components/Layout/MainLayout.razor @@ -1,20 +1,21 @@ @inherits LayoutComponentBase - + + + + + + Home + Chats + Settings + + + - - - - Home - Chats - Settings - - - - - - - @this.Body - - - \ No newline at end of file + + + @this.Body + + + + \ No newline at end of file