Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(notfound-container): remove unused var
Browse files Browse the repository at this point in the history
fix(notfound-container): remove unused var
  • Loading branch information
Metnew committed Feb 18, 2018
1 parent 5b78ac3 commit 8bce8e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/containers/NotFound/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import React from 'react'
import {Header, Icon} from 'semantic-ui-react'
import {Link} from 'react-router-dom'
import {NotFoundLayout} from './style'
type Props = any

const NotFound = (props: Props) => {
const NotFound = () => {
return (
<NotFoundLayout>
<Header as="h2" icon textAlign="center">
Expand Down

0 comments on commit 8bce8e4

Please sign in to comment.