mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
feat: added components
This commit is contained in:
parent
839c5a6b26
commit
18f5a11ed7
6 changed files with 97 additions and 47 deletions
|
@ -1,13 +1,14 @@
|
|||
import ContactInfo from './components/contactInfo'
|
||||
import './App.css'
|
||||
import GeneralInfo from "./components/generalInfo";
|
||||
import EducationInfo from "./components/educationInfo";
|
||||
import "./App.css";
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ContactInfo />
|
||||
<GeneralInfo />
|
||||
<EducationInfo />
|
||||
</>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default App
|
||||
export default App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue