Skip to content

Commit

Permalink
Fixed lint error - unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Oct 16, 2023
1 parent 3523445 commit 2865b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import { ServerCheckGuard } from './core/server-check/server-check.guard';
import { MenuResolver } from './menu.resolver';
import { ThemedPageErrorComponent } from './page-error/themed-page-error.component';
import { HANDLE_TABLE_MODULE_PATH } from './handle-page/handle-page-routing-paths';
import { StaticPageModule } from './static-page/static-page.module';
import { STATIC_PAGE_PATH } from './static-page/static-page-routing-paths';

@NgModule({
Expand Down

0 comments on commit 2865b7f

Please sign in to comment.