Skip to content

Commit

Permalink
feat[design]: import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Jan 29, 2025
1 parent afae650 commit 5a22a9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import com.hmh.hamyeonham.common.app.killAppByPackageName
import com.hmh.hamyeonham.common.navigation.NavigationProvider
import com.hmh.hamyeonham.feature.lock.ui.theme.HMHAndroidTheme
import com.hmh.hamyeonham.core.designsystem.ui.theme.HMHAndroidTheme
import dagger.hilt.android.AndroidEntryPoint
import javax.inject.Inject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ import androidx.compose.ui.unit.dp
import coil.compose.AsyncImage
import com.hmh.hamyeonham.common.amplitude.AmplitudeUtils
import com.hmh.hamyeonham.common.context.getAppNameFromPackageName
import com.hmh.hamyeonham.feature.lock.ui.theme.Blackground
import com.hmh.hamyeonham.feature.lock.ui.theme.BluePurpleButton
import com.hmh.hamyeonham.feature.lock.ui.theme.Gray1
import com.hmh.hamyeonham.feature.lock.ui.theme.Gray2
import com.hmh.hamyeonham.feature.lock.ui.theme.Gray3
import com.hmh.hamyeonham.feature.lock.ui.theme.HmhTypography
import com.hmh.hamyeonham.feature.lock.ui.theme.WhiteBtn
import com.hmh.hamyeonham.feature.lock.ui.theme.WhiteText
import com.hmh.hamyeonham.core.designsystem.ui.theme.Blackground
import com.hmh.hamyeonham.core.designsystem.ui.theme.BluePurpleButton
import com.hmh.hamyeonham.core.designsystem.ui.theme.Gray1
import com.hmh.hamyeonham.core.designsystem.ui.theme.Gray2
import com.hmh.hamyeonham.core.designsystem.ui.theme.Gray3
import com.hmh.hamyeonham.core.designsystem.ui.theme.HmhTypography
import com.hmh.hamyeonham.core.designsystem.ui.theme.WhiteBtn
import com.hmh.hamyeonham.core.designsystem.ui.theme.WhiteText

@Composable
fun LockScreen(
Expand Down

0 comments on commit 5a22a9f

Please sign in to comment.