Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed app module error and added logo
  • Loading branch information
ema14006 committed Feb 1, 2019
1 parent 8913fe5 commit 5c5ef49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/app.module.ts
Expand Up @@ -28,12 +28,12 @@ import { GeneratorSearchComponent } from './generator-search/generator-search.co
BrowserAnimationsModule,
RouterModule.forRoot([

{path: '', component: FrontpageComponent}
{path: 'authentication', component: AuthenticationComponent}
{path: 'generator-search', component: GeneratorSearchComponent}
{path: 'statistics', component: StatisticsComponent}
{path: 'warnings', component: WarningsComponent}
{path: 'history', component: HistoryComponent}
{path: '', component: FrontpageComponent},
{path: 'authentication', component: AuthenticationComponent},
{path: 'generator-search', component: GeneratorSearchComponent},
{path: 'statistics', component: StatisticsComponent},
{path: 'warnings', component: WarningsComponent},
{path: 'history', component: HistoryComponent},

]),

Expand Down
Binary file added src/images/logo2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c5ef49

Please sign in to comment.