mirror of
				https://github.com/DerTyp7/dertyp7.github.io.git
				synced 2025-10-30 21:27:09 +01:00 
			
		
		
		
	Add ScrollToTop component and skills section
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| import "@styles/App.scss"; | ||||
| import Header from "@components/Header"; | ||||
| import About from "@components/About"; | ||||
| import ScrollToTop from "@components/ScrollToTop"; | ||||
|  | ||||
| export default function App() { | ||||
| 	return ( | ||||
| @@ -10,6 +11,14 @@ export default function App() { | ||||
| 			</div> | ||||
| 			<Header /> | ||||
| 			<About /> | ||||
| 			<About /> | ||||
| 			<div id="skills"> | ||||
| 				<h2> | ||||
| 					<a href="#skills">Skills</a> | ||||
| 				</h2> | ||||
| 				{/* Add your skills content here */} | ||||
| 			</div> | ||||
| 			<ScrollToTop /> | ||||
| 		</div> | ||||
| 	); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dertyp7
					dertyp7