mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
app(): you don't need ./ionic anymore, just ionic
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {bootstrap} from 'angular2/core';
|
||||
import {Component, Template} from 'angular2/angular2';
|
||||
import {Tabbar} from './ionic/components/tabbar/tabbar';
|
||||
import {Tabbar} from 'ionic/components/tabbar/tabbar';
|
||||
|
||||
@Component({ selector: 'playground-main' })
|
||||
@Template({
|
||||
|
||||
Reference in New Issue
Block a user