Created the Status page

This commit is contained in:
Mathias Wagner 2022-09-12 00:59:13 +02:00
parent c0b0c98b6f
commit 38354054fb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
const Status = () => {
return (<h2>Status</h2>)
}
export default Status;

View File

@ -0,0 +1 @@
export {default} from './Status.jsx';