mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 11:40:21 +00:00 
			
		
		
		
	Moved path class
This commit is contained in:
		
							parent
							
								
									a18cb22263
								
							
						
					
					
						commit
						298191674d
					
				@ -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 HOME = "/";
 | 
				
			||||||
    public const string CHAT = "/chat";
 | 
					    public const string CHAT = "/chat";
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user