Initial commit with modules and routing
This commit is contained in:
parent
25e7e74309
commit
f6a6e4c964
5 changed files with 122 additions and 0 deletions
|
@ -18,6 +18,7 @@ import { TransactionLogComponent } from './transaction-log.component';
|
|||
import { PayrollLogComponent } from './payroll-log.component';
|
||||
import { LeaderboardComponent } from './leaderboard.component';
|
||||
import { MapComponent } from './map.component';
|
||||
import { TrailMapComponent } from './trail-map.component';
|
||||
|
||||
import { GraphWidget } from '../widgets/graph-widget.component';
|
||||
import { OrgBarSnippetComponent } from '../snippets/org-snippet-bar.component';
|
||||
|
@ -62,6 +63,7 @@ import { environment } from '../../environments/environment';
|
|||
LeaderboardComponent,
|
||||
LeaderboardResultComponent,
|
||||
MapComponent,
|
||||
TrailMapComponent,
|
||||
FeedbackComponent,
|
||||
GraphWidget,
|
||||
OrgBarSnippetComponent,
|
||||
|
|
Reference in a new issue