We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425b3bb commit 847db24Copy full SHA for 847db24
projects/coreui/angular/src/lib/header/app-header.module.ts
@@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
2
import { NgModule } from '@angular/core';
3
import { RouterModule } from '@angular/router';
4
5
-import { LayoutModule } from '../shared/layout';
+import { LayoutModule } from '../shared/layout/layout.module';
6
import { AppHeaderComponent } from './app-header.component';
7
8
@NgModule({
0 commit comments