Sven Czarnian 2 роки тому
батько
коміт
42235e6e17
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/app.module.ts

+ 0 - 2
src/app.module.ts

@@ -8,7 +8,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 { UserModule } from './user/user.module';
 
 @Module({
   imports: [
@@ -33,7 +32,6 @@ import { UserModule } from './user/user.module';
     LoggingModule,
     InboundModule,
     WeatherModule,
-    UserModule,
   ],
 })
 export class AppModule {}