copied the code from the working repo
This commit is contained in:
13
mtucijobsweb2/fsd/pages/SearchResumePage.tsx
Normal file
13
mtucijobsweb2/fsd/pages/SearchResumePage.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import SearchResume from "../widgets/SearchResume/SearchResume";
|
||||
|
||||
|
||||
type Props = {};
|
||||
const SearchResumePage = (props: Props) => {
|
||||
return (
|
||||
<>
|
||||
<SearchResume />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default SearchResumePage;
|
||||
Reference in New Issue
Block a user