mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 09:02:49 +00:00
updates
This commit is contained in:
@@ -12,7 +12,7 @@ export default class NotFound extends React.Component<Props, State> {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
public render(): any {
|
||||
return <div className="NotFound">404 Not Found</div>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user