Add Wakatime component and integrate with About section
This commit is contained in:
parent
9eda12d5ed
commit
ae90712b97
5 changed files with 125 additions and 29 deletions
|
|
@ -6,6 +6,7 @@ import Contact from "@/components/Home/Contact";
|
|||
import Project from "@/components/Home/Project";
|
||||
|
||||
import "./index.css";
|
||||
import Wakatime from "./components/Home/Wakatime";
|
||||
|
||||
export function App() {
|
||||
useEffect(() => {
|
||||
|
|
@ -66,6 +67,9 @@ export function App() {
|
|||
<div id="about" className="section">
|
||||
<About />
|
||||
</div>
|
||||
<div id="wakatime" className="section">
|
||||
<Wakatime />
|
||||
</div>
|
||||
<div id="project" className="section">
|
||||
<Project />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue