Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Mar 22, 2017
1 parent 2daa502 commit 77c992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/Missing.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import { FormattedMessage } from "react-intl"
import { Route } from "react-router-dom"
import Styles from "./Missing.css"

function Missing({ staticContext }) {
Expand All @@ -14,6 +13,7 @@ function Missing({ staticContext }) {
}

Missing.propTypes = {
staticContext: React.PropTypes.object,
intl: React.PropTypes.object
}

Expand Down

0 comments on commit 77c992e

Please sign in to comment.