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

@ -1,5 +1,5 @@
import history from '../routing/history';
import { SEARCH } from '../components/UI/FindBar/FindBar';
import { SEARCH } from '../components/FindBar/FindBar';
export const RUN_COMMAND = 'RUN_COMMAND';
export const SHOW_COLLECTION = 'SHOW_COLLECTION';