diff --git a/src/components/GitProfile.jsx b/src/components/GitProfile.jsx index 0c9d3a8..31c6e91 100644 --- a/src/components/GitProfile.jsx +++ b/src/components/GitProfile.jsx @@ -9,7 +9,7 @@ import Skill from './skill'; import Experience from './experience'; import Certification from './certification'; import Education from './education'; -import Project from './project'; +import GitHubProject from './github-project'; import Blog from './blog'; import Footer from './footer'; import { @@ -197,7 +197,7 @@ const GitProfile = ({ config }) => {