Skip to content

Commit 847db24

Browse files
committed
fix(app-header): shortened import path fails
1 parent 425b3bb commit 847db24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui/angular/src/lib/header/app-header.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
22
import { NgModule } from '@angular/core';
33
import { RouterModule } from '@angular/router';
44

5-
import { LayoutModule } from '../shared/layout';
5+
import { LayoutModule } from '../shared/layout/layout.module';
66
import { AppHeaderComponent } from './app-header.component';
77

88
@NgModule({

0 commit comments

Comments
 (0)