SUPPORT-8956: refactor

This commit is contained in:
adel.ka 2025-03-04 14:52:03 +03:00
parent 2f4ed70951
commit b7a20ece5a
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@ import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.DependsOn;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.context.annotation.FilterType;
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;

View file

@ -1,7 +1,6 @@
import {NgModule} from "@angular/core";
import {RouterModule, Routes} from "@angular/router";
import {
AuthenticationGuard,
ConfirmExitGuard
} from "@webbpm/base-package";
import {TokenFormComponent} from "./component/token-form.component";