mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 10:53:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import Container from './Container'
 | |
| 
 | |
| const AppList = async () => {
 | |
|   return <Container />
 | |
| }
 | |
| 
 | |
| export const metadata = {
 | |
|   title: 'Datasets - Dify',
 | |
| }
 | |
| 
 | |
| export default AppList
 | 
