소스 검색

remove the user module

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