remove unused import

This commit is contained in:
Sven Czarnian
2022-11-03 01:08:04 +01:00
parent 80cdb2b47d
commit 0913c46057

View File

@@ -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({