reverted change to relative import to make the failing build happy
parent
c2b80e9c20
commit
9cd3cb6fbd
|
@ -5,7 +5,7 @@ import { NgModule } from '@angular/core';
|
||||||
|
|
||||||
import { AppRoutingModule } from './app-routing.module';
|
import { AppRoutingModule } from './app-routing.module';
|
||||||
import { AppComponent } from './app.component';
|
import { AppComponent } from './app.component';
|
||||||
import { GlobalnavModule } from '../../../globalnav/src/lib/globalnav.module';
|
import { GlobalnavModule } from 'globalnav';
|
||||||
import { MaterialModule } from './shared/material.module';
|
import { MaterialModule } from './shared/material.module';
|
||||||
import { SkillsModule } from './skills/skills.module';
|
import { SkillsModule } from './skills/skills.module';
|
||||||
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';
|
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';
|
||||||
|
|
Loading…
Reference in New Issue