copied the code from the working repo
This commit is contained in:
8
mtucijobsweb2/app/resume/[id]/page.tsx
Normal file
8
mtucijobsweb2/app/resume/[id]/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import ResumePage from '@/fsd/pages/ResumePage';
|
||||
import React from 'react'
|
||||
|
||||
const ResumeList = ({ params }: { params: { id: number } }) => {
|
||||
return <ResumePage id = {params.id}/>;
|
||||
};
|
||||
|
||||
export default ResumeList;
|
||||
Reference in New Issue
Block a user