From 298191674dd0531bf807deab6dfd17592016d86b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 19 Aug 2024 20:43:29 +0200 Subject: [PATCH] Moved path class --- app/MindWork AI Studio/{Components/Pages => }/Path.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/MindWork AI Studio/{Components/Pages => }/Path.cs (92%) diff --git a/app/MindWork AI Studio/Components/Pages/Path.cs b/app/MindWork AI Studio/Path.cs similarity index 92% rename from app/MindWork AI Studio/Components/Pages/Path.cs rename to app/MindWork AI Studio/Path.cs index 99d31e5a..d5771149 100644 --- a/app/MindWork AI Studio/Components/Pages/Path.cs +++ b/app/MindWork AI Studio/Path.cs @@ -1,6 +1,6 @@ -namespace AIStudio.Components.Pages; +namespace AIStudio; -public static class Path +public static class PagePath { public const string HOME = "/"; public const string CHAT = "/chat";