mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-30 08:18:03 +00:00
Rename frontend directory (#472)
* Rename directory * Cleanup * Recover lost images * remove lint
This commit is contained in:
14
frontend/src/pages/NotFound.tsx
Normal file
14
frontend/src/pages/NotFound.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
function NotFound() {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
flex: 1,
|
||||
}}
|
||||
>
|
||||
404 page not found
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default NotFound;
|
||||
Reference in New Issue
Block a user