Resume + Projects done
This commit is contained in:
15
web/src/pages/Resume/ResumePage/ResumePage.tsx
Normal file
15
web/src/pages/Resume/ResumePage/ResumePage.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import { Metadata } from '@redwoodjs/web'
|
||||
|
||||
import ResumeCell from 'src/components/Resume/ResumeCell'
|
||||
|
||||
const ResumePage = () => {
|
||||
return (
|
||||
<>
|
||||
<Metadata title="Resume" />
|
||||
|
||||
<ResumeCell />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default ResumePage
|
Reference in New Issue
Block a user