Created the Status page
This commit is contained in:
5
src/pages/Status/Status.jsx
Normal file
5
src/pages/Status/Status.jsx
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
const Status = () => {
|
||||||
|
return (<h2>Status</h2>)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Status;
|
1
src/pages/Status/index.js
Normal file
1
src/pages/Status/index.js
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export {default} from './Status.jsx';
|
Reference in New Issue
Block a user