Skip to content

Commit 131d210

Browse files
committed
chore: actually include the renamed component
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 2f96851 commit 131d210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/components/src/main/kotlin/com/getcode/ui/components/BlurredContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import dev.chrisbanes.haze.hazeSource
1717
import dev.chrisbanes.haze.rememberHazeState
1818

1919
@Composable
20-
fun Cloudy(
20+
fun BlurredContent(
2121
modifier: Modifier = Modifier,
2222
enabled: Boolean = true,
2323
@IntRange(from = 0, to = 25) radius: Int = 25,

0 commit comments

Comments
 (0)