mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 07:20:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			388 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			388 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@using Microsoft.AspNetCore.Components.Routing
 | 
						|
@using MudBlazor
 | 
						|
 | 
						|
<Router AppAssembly="typeof(Program).Assembly">
 | 
						|
    <Found Context="routeData">
 | 
						|
        <RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
 | 
						|
        <FocusOnNavigate RouteData="routeData" Selector="h1"/>
 | 
						|
    </Found>
 | 
						|
</Router>
 | 
						|
 | 
						|
<MudDialogProvider />
 | 
						|
<MudPopoverProvider />
 | 
						|
<MudSnackbarProvider /> |