Backup before moving to local state instead of hooks.
This commit is contained in:
15
client/src/pages/unauthorized/unauthorized.component.jsx
Normal file
15
client/src/pages/unauthorized/unauthorized.component.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from "react";
|
||||
import { Typography } from "antd";
|
||||
import HeaderContainer from "../../components/header/header.container";
|
||||
|
||||
export default function Unauthorized() {
|
||||
return (
|
||||
<div>
|
||||
<HeaderContainer landingHeader />
|
||||
<Typography.Title>Unauthorized</Typography.Title>
|
||||
<Typography.Paragraph>
|
||||
You do not have permission to view the requested page.
|
||||
</Typography.Paragraph>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user