Removed “AppHeader” and “FindBar” from UI

This commit is contained in:
Cássio Zen
2016-09-19 15:52:20 -03:00
parent af1c188a86
commit d7363f276e
7 changed files with 4 additions and 6 deletions

View File

@ -13,7 +13,8 @@ import {
navigateToCollection,
createNewEntryInCollection
} from '../actions/findbar';
import { AppHeader, Loader } from '../components/UI/index';
import AppHeader from '../components/AppHeader/AppHeader';
import { Loader } from '../components/UI/index';
import styles from './App.css';
class App extends React.Component {