Skip to content

Commit

Permalink
Cobbler-Frontend: Fix prettier eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Aug 19, 2024
1 parent d663faf commit 19f61d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/cobbler-frontend/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-len */
import { Routes } from '@angular/router';
import { BuildISOComponent } from './actions/build-iso/build-iso.component';
import { CheckSysComponent } from './actions/check-sys/check-sys.component';
Expand Down Expand Up @@ -37,6 +38,7 @@ import { SettingsViewComponent } from './settings/view/settings-view.component';
import { UnauthorizedComponent } from './unauthorized/unauthorized.component';
import { SignaturesComponent } from './signatures/signatures.component';
import { MkloadersComponent } from './actions/mkloaders/mkloaders.component';
/* eslint-enable max-len */

export const routes: Routes = [
{ path: 'login', component: LogInFormComponent },
Expand Down

0 comments on commit 19f61d5

Please sign in to comment.