Skip to content

Commit 130994a

Browse files
committed
refactor/#125 : AttendanceStatusChip을 core:ui 모듈로 이동하여 공용 컴포넌트화
1 parent 5518535 commit 130994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/schedule/src/main/java/com/yapp/feature/schedule/component/AttendanceStatusChip.kt renamed to core/ui/src/main/java/com/yapp/core/ui/component/AttendanceStatusChip.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.yapp.feature.schedule.component
1+
package com.yapp.core.ui.component
22

33
import androidx.compose.foundation.background
44
import androidx.compose.foundation.layout.Arrangement

0 commit comments

Comments
 (0)