Skip to content

Commit

Permalink
Merge pull request #1215 from IgniteUI/bpenkov/templates
Browse files Browse the repository at this point in the history
Remove redundant empty line in routing file
  • Loading branch information
Lipata authored Feb 29, 2024
2 parents f9d9149 + 9ea9fba commit d84b247
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Routes } from '@angular/router';

import { PageNotFoundComponent } from './error-routing/not-found/not-found.component';
import { UncaughtErrorComponent } from './error-routing/error/uncaught-error.component';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Routes } from '@angular/router';

import { HomeComponent } from './home/home.component';
import { PageNotFoundComponent } from './error-routing/not-found/not-found.component';
import { UncaughtErrorComponent } from './error-routing/error/uncaught-error.component';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Routes } from '@angular/router';

import { HomeComponent } from './home/home.component';

export const routes: Routes = [
Expand Down

0 comments on commit d84b247

Please sign in to comment.