Skip to content

Commit

Permalink
[cmpe] fix plugin load bug...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Jul 12, 2023
1 parent fc454af commit 66ffadf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import xyz.mcxross.cohesive.state.WindowState
import xyz.mcxross.cohesive.mellow.Button
import xyz.mcxross.cohesive.mellow.Dialog
import xyz.mcxross.cohesive.mellow.Toast
import xyz.mcxross.cohesive.designsystem.mellow.Button
import xyz.mcxross.cohesive.designsystem.mellow.Dialog
import xyz.mcxross.cohesive.designsystem.mellow.Toast

@Composable
fun Wallet() {
Expand Down

0 comments on commit 66ffadf

Please sign in to comment.