File tree Expand file tree Collapse file tree 22 files changed +6
-6
lines changed Expand file tree Collapse file tree 22 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { Routes , RouterModule } from '@angular/router' ;
3- import { GettingStartedComponent } from './components/optionsSidebar /getting-started/getting-started.component' ;
4- import { ReportsComponent } from './components/optionsSidebar /reports/reports.component' ;
5- import { TimeClockComponent } from './components/optionsSidebar /time-clock/time-clock.component' ;
6- import { TimeEntriesComponent } from './components/optionsSidebar /time-entries/time-entries.component' ;
7- import { TimeOffComponent } from './components/optionsSidebar /time-off/time-off.component' ;
3+ import { GettingStartedComponent } from './components/options-sidebar /getting-started/getting-started.component' ;
4+ import { ReportsComponent } from './components/options-sidebar /reports/reports.component' ;
5+ import { TimeClockComponent } from './components/options-sidebar /time-clock/time-clock.component' ;
6+ import { TimeEntriesComponent } from './components/options-sidebar /time-entries/time-entries.component' ;
7+ import { TimeOffComponent } from './components/options-sidebar /time-off/time-off.component' ;
88
99
1010const routes : Routes = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { NavbarComponent } from './components/shared/navbar/navbar.component';
77import { UserComponent } from './components/shared/user/user.component' ;
88import { SidebarComponent } from './components/shared/sidebar/sidebar.component' ;
99import { ClockComponent } from './components/shared/clock/clock.component' ;
10- import { TimeClockComponent } from './components/optionsSidebar /time-clock/time-clock.component' ;
10+ import { TimeClockComponent } from './components/options-sidebar /time-clock/time-clock.component' ;
1111
1212
1313@NgModule ( {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments