File tree Expand file tree Collapse file tree
app/src/main/java/com/texthip/thip/ui/group/myroom/component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com.texthip.thip.ui.group.myroom.component
22
33import android.annotation.SuppressLint
4- import androidx.compose.foundation.layout.*
4+ import androidx.compose.foundation.layout.Box
5+ import androidx.compose.foundation.layout.BoxWithConstraints
6+ import androidx.compose.foundation.layout.PaddingValues
7+ import androidx.compose.foundation.layout.fillMaxWidth
8+ import androidx.compose.foundation.layout.padding
9+ import androidx.compose.foundation.layout.width
510import androidx.compose.foundation.pager.HorizontalPager
611import androidx.compose.foundation.pager.rememberPagerState
7- import androidx.compose.material3.Text
812import androidx.compose.runtime.Composable
913import androidx.compose.runtime.LaunchedEffect
1014import androidx.compose.ui.Alignment
You can’t perform that action at this time.
0 commit comments