Skip to content

Commit

Permalink
EW-1070 cleaning up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Dec 19, 2024
1 parent a165d73 commit 1ede7be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Configuration } from '@hpi-schul-cloud/commons';
import { LoggerConfig } from '@src/core/logger';
import { JwtAuthGuardConfig } from '@src/infra/auth-guard';
import { CoursesClientConfig } from '@src/infra/courses-client';
import { JwtAuthGuardConfig } from '@infra/auth-guard';
import { CoursesClientConfig } from '@infra/courses-client';
import { Algorithm } from 'jsonwebtoken';

export interface CommonCartridgeConfig extends LoggerConfig, JwtAuthGuardConfig, CoursesClientConfig {
Expand Down

0 comments on commit 1ede7be

Please sign in to comment.