| // @flow | |
| import * as React from "react"; | |
| import { Error400Page } from "tabler-react"; | |
| type Props = {||}; | |
| function Error400(props: Props): React.Node { | |
| return <Error400Page />; | |
| } | |
| export default Error400; | |
| // @flow | |
| import * as React from "react"; | |
| import { Error400Page } from "tabler-react"; | |
| type Props = {||}; | |
| function Error400(props: Props): React.Node { | |
| return <Error400Page />; | |
| } | |
| export default Error400; | |