mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Remove unused import
This commit is contained in:
		@@ -3,7 +3,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Edit me if you want to write your own component in Angular!
 | 
					// Edit me if you want to write your own component in Angular!
 | 
				
			||||||
import { Component } from '@angular/core';
 | 
					import { Component } from '@angular/core';
 | 
				
			||||||
import { config } from '../config'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Component({
 | 
					@Component({
 | 
				
			||||||
  selector: 'app-web',
 | 
					  selector: 'app-web',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user