File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ import {TypographyDemo} from '../typography/typography-demo';
65
65
import { DemoApp , Home } from './demo-app' ;
66
66
import { DEMO_APP_ROUTES } from './routes' ;
67
67
import { PaginatorDemo } from '../paginator/paginator-demo' ;
68
+ import { PaginatorDemo } from 'paginator/paginator-demo' ;
68
69
69
70
@NgModule ( {
70
71
imports : [
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ import {BadgeDemo} from '../badge/badge-demo';
56
56
import { ConnectedOverlayDemo } from '../connected-overlay/connected-overlay-demo' ;
57
57
import { PaginatorDemo } from '../paginator/paginator-demo' ;
58
58
59
-
60
59
export const DEMO_APP_ROUTES : Routes = [
61
60
{ path : '' , component : DemoApp , children : [
62
61
{ path : '' , component : Home } ,
You can’t perform that action at this time.
0 commit comments