reverted change to relative import to make the failing build happy

pull/18/head
Chris Veilleux 2018-11-14 16:28:18 -06:00
parent c2b80e9c20
commit 9cd3cb6fbd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { NgModule } from '@angular/core';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { GlobalnavModule } from '../../../globalnav/src/lib/globalnav.module';
import { GlobalnavModule } from 'globalnav';
import { MaterialModule } from './shared/material.module';
import { SkillsModule } from './skills/skills.module';
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';