Skip to content

Commit

Permalink
[mod] #130 modify import error
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 committed Oct 14, 2024
1 parent 4accf1c commit 70001b8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions feature/search/src/main/java/com/record/search/SearchScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@ package com.record.search

import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.imePadding
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.systemBarsPadding
import androidx.compose.foundation.layout.wrapContentSize
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.material3.HorizontalDivider
import androidx.compose.material3.Text
import androidx.compose.runtime.*
import androidx.compose.runtime.Composable
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.focus.onFocusChanged
Expand Down

0 comments on commit 70001b8

Please sign in to comment.