diff --git a/client/modules/User/components/GithubButton.jsx b/client/modules/User/components/GithubButton.jsx index 5bb2e283..cf80c3af 100644 --- a/client/modules/User/components/GithubButton.jsx +++ b/client/modules/User/components/GithubButton.jsx @@ -1,7 +1,8 @@ import InlineSVG from 'react-inlinesvg'; -const githubUrl = require('../../../images/github.svg'); import React, { PropTypes } from 'react'; +const githubUrl = require('../../../images/github.svg'); + function GithubButton(props) { return (