mirror of
				https://github.com/DerTyp7/dertyp7.github.io.git
				synced 2025-10-31 13:47:08 +01:00 
			
		
		
		
	Add About component and update styles
This commit is contained in:
		| @@ -1,12 +1,14 @@ | ||||
| import "@styles/App.scss"; | ||||
| import Header from "@components/Header"; | ||||
| import About from "@components/About"; | ||||
|  | ||||
| export default function App() { | ||||
| 	return ( | ||||
| 		<div id="app"> | ||||
| 			<Header /> | ||||
| 			<About /> | ||||
| 			<div style={{ textAlign: "center" }}> | ||||
| 				<h1>Website under construction 🚧👷</h1> | ||||
| 				<h4>Website under construction 🚧👷</h4> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 	); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dertyp7
					dertyp7