Moved path class

This commit is contained in:
Thorsten Sommer 2024-08-19 20:43:29 +02:00
parent a18cb22263
commit 298191674d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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";