Skip to content

Commit

Permalink
removing unused imports from GithubButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel committed Nov 20, 2015
1 parent 42399b4 commit 7671e67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app_modules/site/components/github-button/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
*/

import React from 'react';
import ReactDOM from 'react-dom';
import classNames from 'classnames';
import { createChainedFunction } from 'app_modules/ui/util/component';
import protectFromUnmount from 'app_modules/site/util/component/protect-from-unmount';
import { logCTAEvent } from 'app_modules/site/util/analytics';
import { Link } from 'react-router';
import { find } from 'lodash';
import sitemap from 'app_modules/site/navigation/sitemap';
import CTALink from 'app_modules/site/components/cta-link';
import Img from 'app_modules/ui/img';
import { prefix as pf } from 'app_modules/ui/util/component';
Expand Down

0 comments on commit 7671e67

Please sign in to comment.