Skip to content

Commit

Permalink
Merge pull request #27096 from emilpaw/duplicate-imports
Browse files Browse the repository at this point in the history
Remove duplicate imports
  • Loading branch information
DanielFran authored Aug 27, 2024
2 parents e75f8a7 + 1ee99bf commit 8580e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ import dayjs from 'dayjs/esm';
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
import { NgbDatepickerConfig } from '@ng-bootstrap/ng-bootstrap';
import { provideRouter } from '@angular/router';
import { registerLocaleData } from '@angular/common';
import locale from '@angular/common/locales/<%= angularLocaleId %>';
import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
import dayjs from 'dayjs/esm';
import appRoutes from './app.routes';
// jhipster-needle-angular-add-module-import JHipster will add new module here

Expand Down
1 change: 0 additions & 1 deletion generators/react/templates/eslint.config.js.jhi.react.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
-%>
<&_ if (fragment.importsSection) { -&>
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import react from 'eslint-plugin-react/configs/recommended.js';
<&_ } -&>
<&_ if (fragment.configSection) { -&>
Expand Down

0 comments on commit 8580e98

Please sign in to comment.