Skip to content

Commit

Permalink
chore: 패키지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SangWoon123 committed May 7, 2024
1 parent e7ffe21 commit 2c1b013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tukorea.planding.domain.group.service;
package com.tukorea.planding.domain.group.service.query;

import com.tukorea.planding.domain.group.repository.GroupFavoriteRepositoryCustom;
import lombok.RequiredArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tukorea.planding.domain.group.service;
package com.tukorea.planding.domain.group.service.query;

import com.tukorea.planding.domain.group.entity.GroupInvite;
import com.tukorea.planding.domain.group.entity.InviteStatus;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tukorea.planding.domain.group.service;
package com.tukorea.planding.domain.group.service.query;

import com.tukorea.planding.domain.group.entity.GroupRoom;
import com.tukorea.planding.domain.group.repository.GroupRoomRepository;
Expand Down

0 comments on commit 2c1b013

Please sign in to comment.