copied the code from the working repo
This commit is contained in:
11
mtucijobsweb2/app/search/page.tsx
Normal file
11
mtucijobsweb2/app/search/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import SearchResumePage from '@/fsd/pages/SearchResumePage';
|
||||
|
||||
const Search = () => {
|
||||
return (
|
||||
<>
|
||||
<SearchResumePage />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Search;
|
||||
Reference in New Issue
Block a user