Skip to content

Commit

Permalink
[DEL/#328] 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jan 13, 2025
1 parent 5ffc166 commit 08689a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.terning.feature.search.searchprocess

import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.Image
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Arrangement
Expand Down Expand Up @@ -141,7 +140,6 @@ fun SearchProcessRoute(
)
}

@OptIn(ExperimentalFoundationApi::class)
@Composable
fun SearchProcessScreen(
paddingValues: PaddingValues,
Expand Down

0 comments on commit 08689a6

Please sign in to comment.