mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
refactor(navbar): restructure navbar component to use separate toolbar module
restructure navbar component to use separate toolbar module
This commit is contained in:
@ -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';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user