Skip to content

Commit 56a1814

Browse files
committed
Merge branch 'personalInformation-form' of https://github.com/Fomonyuytar-Joseph/dev-cv into joseph
2 parents c5e52ed + 8a0c692 commit 56a1814

File tree

3 files changed

+142
-79
lines changed

3 files changed

+142
-79
lines changed

package-lock.json

Lines changed: 30 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Header from "./components/Header";
33
import DownloadButton from "./components/DownloadButton";
44
import ProgrammingExpertise from "./components/ProgrammingExpertise";
55
import Education from "./components/Education";
6+
import PersonalInformation from "./components/PersonalInformation";
67

78
function App() {
89
return (
@@ -11,6 +12,7 @@ function App() {
1112
<DownloadButton />
1213
<ProgrammingExpertise />
1314
<Education />
15+
<PersonalInformation />
1416
</>
1517
);
1618
}

0 commit comments

Comments
 (0)