Browse Source

remove unused import

Sven Czarnian 2 years ago
parent
commit
0913c46057
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/app.module.ts

+ 0 - 1
src/app.module.ts

@@ -9,7 +9,6 @@ import { AirportModule } from './airport/airport.module';
 import { LoggingModule } from './logging/logging.module';
 import { InboundModule } from './inbound/inbound.module';
 import { WeatherModule } from './weather/weather.module';
-import { AuthController } from './auth/auth.controller';
 import { AuthModule } from './auth/auth.module';
 
 @Module({