mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
i put the break in changes
This commit is contained in:
@ -10,11 +10,11 @@ import {
|
||||
Toolbar,
|
||||
ToolbarTitle,
|
||||
} from 'ionic/ionic';
|
||||
import {TabsPage} from 'pages/tabs';
|
||||
import {TabsPage} from './tabs';
|
||||
|
||||
@Component()
|
||||
@View({
|
||||
templateUrl: 'pages/sign-in.html',
|
||||
templateUrl: './pages/sign-in.html',
|
||||
directives: [Content, Toolbar, ToolbarTitle]
|
||||
})
|
||||
export class SignInPage {
|
||||
|
@ -16,7 +16,7 @@ import {Toolbar, ToolbarTitle} from 'ionic/components/toolbar/toolbar';
|
||||
selector: 'tabs-page'
|
||||
})
|
||||
@View({
|
||||
templateUrl: 'pages/tabs.html',
|
||||
templateUrl: './pages/tabs.html',
|
||||
directives: [Tabs, Tab, Content]
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user