Skip to content

Commit f94635a

Browse files
authored
Imported the new CV.js component in App.js component
Signed-off-by: Md. Musfiqur Rahaman <musfiqur.rahaman@northsouth.edu>
1 parent c516043 commit f94635a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import DownloadButton from "./components/DownloadButton";
44
import ProgrammingExpertise from "./components/ProgrammingExpertise";
55
import Education from "./components/Education";
66
import PersonalInformation from "./components/PersonalInformation";
7+
import CV from './components/CV';
78

89
function App() {
910
return (
@@ -13,6 +14,7 @@ function App() {
1314
<ProgrammingExpertise />
1415
<Education />
1516
<PersonalInformation />
17+
<CV />
1618
</>
1719
);
1820
}

0 commit comments

Comments
 (0)