1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-10 09:02:49 +00:00
This commit is contained in:
2018-01-03 22:36:25 +01:00
parent ff21d15083
commit f4b5cd04a5
12 changed files with 787 additions and 541 deletions

View File

@@ -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>;
}
}