Skip to content

Commit

Permalink
Merge pull request barbar#99 from Lavoaster/patch-1
Browse files Browse the repository at this point in the history
Fixed path to stars model
  • Loading branch information
altaywtf committed Dec 6, 2016
2 parents 49934bd + 5126672 commit c5a1f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/Stars/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { getStars } from '../../redux/modules/stars';
import { IStars, IStarsAction } from '../../models/stars/';
import { IStars, IStarsAction } from '../../models/stars';
const { connect } = require('react-redux');
const { asyncConnect } = require('redux-connect');

Expand Down

0 comments on commit c5a1f01

Please sign in to comment.