mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
feat: updated component
This commit is contained in:
parent
940deff071
commit
839c5a6b26
15 changed files with 4780 additions and 0 deletions
13
cv-project/src/App.jsx
Normal file
13
cv-project/src/App.jsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import ContactInfo from './components/contactInfo'
|
||||
import './App.css'
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ContactInfo />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
Loading…
Add table
Add a link
Reference in a new issue