Rename files to be more consistent
This commit is contained in:
parent
fbbf74a559
commit
0e6b05a8c8
@ -17,10 +17,10 @@ import * as actionCreators from './actions/actionCreators'
|
||||
import store, { history } from './store'
|
||||
|
||||
// Components
|
||||
import NavBar from './components/navbar.jsx'
|
||||
import MovieList from './components/movie-list.jsx'
|
||||
import UserLoginForm from './components/user-login.jsx'
|
||||
import Error from './components/errors.jsx'
|
||||
import NavBar from './components/navbar'
|
||||
import Error from './components/errors'
|
||||
import MovieList from './components/movies/list'
|
||||
import UserLoginForm from './components/users/login'
|
||||
import UserEdit from './components/users/edit'
|
||||
import UserSignUp from './components/users/signup'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import { routerReducer } from 'react-router-redux'
|
||||
|
||||
import movieStore from './movie-store'
|
||||
import movieStore from './movies'
|
||||
import userStore from './users'
|
||||
import errors from './errors'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user