Skip to content

Commit

Permalink
fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
oussamaB14 committed May 2, 2024
1 parent 9dff762 commit b086f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion front/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const routes: Routes = [
import('./modules/contact/contact.module').then((m) => m.ContactModule),
},

path: 'download',
{ path: 'download',
loadChildren: () =>
import('./modules/download/download.module').then(
(m) => m.DownloadModule
Expand Down
3 changes: 0 additions & 3 deletions front/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ReactiveFormsModule } from '@angular/forms';
import { CoreModule } from './core/core.module';
import { AuthModule } from './modules/auth/auth.module';
import { AuthService } from './modules/auth/services/auth.service';
import { HttpClientModule } from '@angular/common/http';
import { AboutComponent } from './modules/about/about.component';
import { ServiceComponent } from './modules/service/service.component';
import { ContactComponent } from './modules/contact/contact.component';
Expand All @@ -25,8 +24,6 @@ import { AuthGuard } from './core/guards/auth.guard';
ServiceComponent,
ContactComponent,
],
providers: [AuthService],
bootstrap: [AppComponent],
imports: [
BrowserModule,
AppRoutingModule,
Expand Down

0 comments on commit b086f72

Please sign in to comment.