Skip to content

Commit

Permalink
Merge pull request #1320 from Automattic/fix/featured-stats-import
Browse files Browse the repository at this point in the history
Reader: Fix import statement for reader/stats
  • Loading branch information
mjangda committed Dec 7, 2015
2 parents b33faee + 2194f83 commit 53e6007
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/reader/site-stream/featured.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import Card from 'components/card';
import page from 'page';
import PostStore from 'lib/feed-post-store';
import FeedPostStoreActions from 'lib/feed-post-store/actions';

// HACK: using import does not export recordTrack
var stats = require( 'reader/stats' );
import * as stats from 'reader/stats';

export default React.createClass( {
displayName: 'FeedFeatured',
Expand Down

0 comments on commit 53e6007

Please sign in to comment.