refactor(navbar): restructure navbar component to use separate toolbar module

restructure navbar component to use separate toolbar module
This commit is contained in:
Dan Bucholtz
2017-03-02 14:56:07 -06:00
parent 68f3c6c0c8
commit e001967fa8

View File

@ -4,7 +4,7 @@ import { App } from '../app/app';
import { Config } from '../../config/config';
import { isTrueProperty } from '../../util/util';
import { NavController } from '../../navigation/nav-controller';
import { ToolbarBase } from '../toolbar/toolbar';
import { ToolbarBase } from '../toolbar/toolbar-base';
import { ViewController } from '../../navigation/view-controller';