File tree Expand file tree Collapse file tree 2 files changed +310
-14
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +310
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ package to.bitkit.ui.components
33import androidx.compose.foundation.layout.Arrangement
44import androidx.compose.foundation.layout.Column
55import androidx.compose.foundation.layout.PaddingValues
6- import androidx.compose.foundation.layout.Spacer
76import androidx.compose.foundation.layout.fillMaxWidth
87import androidx.compose.foundation.layout.height
98import androidx.compose.foundation.layout.padding
109import androidx.compose.foundation.layout.size
11- import androidx.compose.foundation.layout.width
1210import androidx.compose.material.icons.Icons
1311import androidx.compose.material.icons.filled.ContentPaste
1412import androidx.compose.material3.Button
@@ -22,7 +20,6 @@ import androidx.compose.ui.res.painterResource
2220import androidx.compose.ui.tooling.preview.Preview
2321import androidx.compose.ui.unit.dp
2422import to.bitkit.R
25- import to.bitkit.ui.theme.AppShapes
2623import to.bitkit.ui.theme.AppThemeSurface
2724import to.bitkit.ui.theme.Colors
2825import to.bitkit.ui.theme.Shapes
You can’t perform that action at this time.
0 commit comments