copied the code from the working repo
This commit is contained in:
13
mtucijobsweb/fsd/pages/SearchPage.tsx
Normal file
13
mtucijobsweb/fsd/pages/SearchPage.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'use client'
|
||||
|
||||
import SearchWidget from '../widgets/Search/SearchWidget';
|
||||
|
||||
const SearchPage: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<SearchWidget />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default SearchPage;
|
||||
Reference in New Issue
Block a user