Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Merge 9d658c8 into 8c01b71
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Apr 30, 2018
2 parents 8c01b71 + 9d658c8 commit 935ffea
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.spec.ts
@@ -1,6 +1,6 @@
import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component';
import { HomePageComponent } from './public/home-page/home-page/home-page.component';
import { HomePageComponent } from './public/home-page/home-page.component';

describe('AppComponent', () => {
beforeEach(async(() => {
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Expand Up @@ -4,7 +4,7 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

// Public pages
import { HomePageComponent } from './public/home-page/home-page/home-page.component';
import { HomePageComponent } from './public/home-page/home-page.component';

@NgModule({
declarations: [
Expand Down

0 comments on commit 935ffea

Please sign in to comment.