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