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 11import { CommonModule } from '@angular/common' ;
22import { NgModule } from '@angular/core' ;
3- import { LayoutModule } from '../shared/layout' ;
43
4+ import { LayoutModule } from '../shared/layout/layout.module' ;
55import { AppHeaderComponent } from './app-header.component' ;
66
77@NgModule ( {
Original file line number Diff line number Diff line change 11import { CommonModule } from '@angular/common' ;
22import { NgModule } from '@angular/core' ;
33import { RouterModule } from '@angular/router' ;
4- import { LayoutModule } from '../shared/layout' ;
54
5+ import { LayoutModule } from '../shared/layout/layout.module' ;
66// App Sidebar Component
77import { AppSidebarFooterComponent } from './app-sidebar-footer.component' ;
88import { AppSidebarFormComponent } from './app-sidebar-form.component' ;
You can’t perform that action at this time.
0 commit comments