mirror of
				https://github.com/DerTyp7/dertyp7.github.io.git
				synced 2025-10-31 13:47:08 +01:00 
			
		
		
		
	add header component
This commit is contained in:
		
							
								
								
									
										10
									
								
								src/App.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/App.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| import "@styles/App.scss"; | ||||
| import Header from "@components/Header"; | ||||
|  | ||||
| export default function App() { | ||||
| 	return ( | ||||
| 		<div id="app"> | ||||
| 			<Header /> | ||||
| 		</div> | ||||
| 	); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp7
					DerTyp7