Procházet zdrojové kódy

remove unused import

Sven Czarnian před 2 roky
rodič
revize
0913c46057
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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 { LoggingModule } from './logging/logging.module';
 import { InboundModule } from './inbound/inbound.module';
 import { InboundModule } from './inbound/inbound.module';
 import { WeatherModule } from './weather/weather.module';
 import { WeatherModule } from './weather/weather.module';
-import { AuthController } from './auth/auth.controller';
 import { AuthModule } from './auth/auth.module';
 import { AuthModule } from './auth/auth.module';
 
 
 @Module({
 @Module({