Skip to content

Commit

Permalink
Boolti-343 fix: 머지 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Dec 30, 2024
1 parent ea4246e commit 849f31b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.nexters.boolti.presentation.screen.my

import android.widget.Toast
import androidx.annotation.DrawableRes
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
Expand Down Expand Up @@ -63,7 +64,6 @@ fun MyScreen(
val user by viewModel.user.collectAsStateWithLifecycle()

val domain = BuildConfig.DOMAIN
val registrationUrl = "https://${domain}/show/add"
val homeUrl = "https://${domain}/home"
val uriHandler = LocalUriHandler.current
val context = LocalContext.current
Expand Down

0 comments on commit 849f31b

Please sign in to comment.