Updated on 2026-08-14
This commit is contained in:
parent
0a6b47b668
commit
71038ca2d8
39 changed files with 1073 additions and 89 deletions
|
|
@ -33,7 +33,6 @@ internal class PreviewDetailsComponent : DetailsComponent {
|
|||
)
|
||||
|
||||
@Composable
|
||||
@Suppress("TopLevelComposableFunctions") // TODO: Remove this check
|
||||
override fun Content(modifier: Modifier) {
|
||||
DetailsScreen(
|
||||
modifier = modifier,
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ internal class PreviewUserWalletListComponent : UserWalletListComponent {
|
|||
)
|
||||
|
||||
@Composable
|
||||
@Suppress("TopLevelComposableFunctions") // TODO: Remove this check
|
||||
override fun Content(modifier: Modifier) {
|
||||
UserWalletListBlock(state = previewState, modifier = modifier)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue