forked from Github/frigate
12
web/src/pages/NoMatch.tsx
Normal file
12
web/src/pages/NoMatch.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Heading from "@/components/ui/heading";
|
||||
|
||||
function NoMatch() {
|
||||
return (
|
||||
<>
|
||||
<Heading as="h2">404</Heading>
|
||||
<p>Page not found</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default NoMatch;
|
||||
Reference in New Issue
Block a user