Skip to content

Commit

Permalink
fix minor compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LavishSwarnkar committed Nov 21, 2024
1 parent 491aced commit 59b65d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import androidx.compose.material.IconButton
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.Close
import androidx.compose.material.icons.filled.Search
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Scaffold
Expand Down Expand Up @@ -93,6 +94,7 @@ fun SearchAppBarScaffold(
}
}

@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun SearchAppBar(
title: String,
Expand Down

0 comments on commit 59b65d3

Please sign in to comment.