rename app-routes file

This commit is contained in:
Justin McLellan 2023-06-17 07:59:03 -05:00
parent daa5902348
commit 34fa6d2974
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { enableProdMode, importProvidersFrom } from '@angular/core';
import { environment } from './environments/environment';
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
import { APP_ROUTES } from './app/app-routing.module';
import { APP_ROUTES } from './app/app.routes';
import { LocationStrategy, HashLocationStrategy } from '@angular/common';
import { RouterModule } from '@angular/router';
import { provideAnimations } from '@angular/platform-browser/animations'