Skip to content

Commit

Permalink
Merge pull request #21 from Konyaco/dev
Browse files Browse the repository at this point in the history
Add missing imports
  • Loading branch information
Konyaco authored Apr 28, 2023
2 parents 7a02213 + fe98378 commit 9e86d93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import androidx.compose.animation.animateColorAsState
import androidx.compose.animation.core.*
import androidx.compose.animation.expandVertically
import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.animation.shrinkVertically
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.interaction.MutableInteractionSource
Expand Down

0 comments on commit 9e86d93

Please sign in to comment.