Created the Status page
This commit is contained in:
parent
c0b0c98b6f
commit
38354054fb
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';
|
Loading…
x
Reference in New Issue
Block a user