mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-26 21:20:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // organize-imports-ignore
 | |
| // tslint:disable:ordered-imports
 | |
| // 组件导入有顺序, 禁止插件优化
 | |
| 
 | |
| // 全局样式
 | |
| import "./public";
 | |
| // 组件样式
 | |
| import "./components";
 | 
