Explorar el Código

remove unused import

Sven Czarnian hace 2 años
padre
commit
0913c46057
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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({