Skip to content

Commit

Permalink
fix: 불필요 import 제거 #224
Browse files Browse the repository at this point in the history
  • Loading branch information
koomchang committed Dec 3, 2024
1 parent 68e9122 commit 7a1cd77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/search/SearchModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { SearchController } from '@src/search/SearchController';
import { SearchService } from '@src/search/SearchService';
import { ElasticSearchQuery } from '@src/search/query/ElasticSearchQuery';
import { PlaceModule } from '@src/place/PlaceModule';
import { PlaceService } from '@src/place/PlaceService';

@Module({
imports: [
Expand Down

0 comments on commit 7a1cd77

Please sign in to comment.