Explorar el Código

remove the user module

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