Updated on 2026-08-14
This commit is contained in:
parent
f57a7ecac9
commit
f6b0bf8dd5
24 changed files with 80 additions and 124 deletions
|
|
@ -1,8 +1,10 @@
|
|||
package com.tangem.common.ui.navigationButtons
|
||||
|
||||
import androidx.annotation.DrawableRes
|
||||
import androidx.compose.runtime.Immutable
|
||||
import com.tangem.core.ui.extensions.TextReference
|
||||
|
||||
@Immutable
|
||||
sealed class NavigationButtonsState {
|
||||
data object Empty : NavigationButtonsState()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue