Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 158c982

Browse files
committed
Added provisionally Error
1 parent c2ab9b9 commit 158c982

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

webapp_frontend/src/components/Router/Router.tsx

Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import React from 'react';
2+
import { Link } from 'react-router-dom';
3+
4+
export function Error404() {
5+
return <div>
6+
<p style={{textAlign:"center"}}>
7+
<Link to="/">Go to Home </Link>
8+
</p>
9+
</div>;
10+
}

0 commit comments

Comments
 (0)