mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: auf Wiedersehen MUI, hallo Ant Design
This commit is contained in:
12
assets/pages/NotFoundPage.tsx
Normal file
12
assets/pages/NotFoundPage.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import {Button, Result} from "antd";
|
||||
import React from "react";
|
||||
|
||||
|
||||
export default function NotFoundPage() {
|
||||
return <Result
|
||||
status="404"
|
||||
title="404"
|
||||
subTitle="Sorry, the page you visited does not exist."
|
||||
extra={<Button type="primary">Back Home</Button>}
|
||||
/>
|
||||
}
|
||||
Reference in New Issue
Block a user