mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import Route from '@ember/routing/route';
 | |
| import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';
 | |
| 
 | |
| export default class Browse extends Route.extend(AuthenticatedRouteMixin) {}
 | 
