File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/coreui/angular/src/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { CommonModule } from '@angular/common' ;
2
2
import { NgModule } from '@angular/core' ;
3
- import { LayoutModule } from '../shared/layout' ;
4
3
4
+ import { LayoutModule } from '../shared/layout/layout.module' ;
5
5
import { AppHeaderComponent } from './app-header.component' ;
6
6
7
7
@NgModule ( {
Original file line number Diff line number Diff line change 1
1
import { CommonModule } from '@angular/common' ;
2
2
import { NgModule } from '@angular/core' ;
3
3
import { RouterModule } from '@angular/router' ;
4
- import { LayoutModule } from '../shared/layout' ;
5
4
5
+ import { LayoutModule } from '../shared/layout/layout.module' ;
6
6
// App Sidebar Component
7
7
import { AppSidebarFooterComponent } from './app-sidebar-footer.component' ;
8
8
import { AppSidebarFormComponent } from './app-sidebar-form.component' ;
You can’t perform that action at this time.
0 commit comments