Add Wakatime component and integrate with About section

This commit is contained in:
암냥 2025-04-02 07:30:00 +09:00
commit ae90712b97
5 changed files with 125 additions and 29 deletions

View file

@ -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>