Skip to content

Commit 9e86d93

Browse files
authored
Merge pull request #21 from Konyaco/dev
Add missing imports
2 parents 7a02213 + fe98378 commit 9e86d93

File tree

1 file changed

+2
-0
lines changed
  • fluent/src/commonMain/kotlin/com/konyaco/fluent/component

1 file changed

+2
-0
lines changed

fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import androidx.compose.animation.animateColorAsState
55
import androidx.compose.animation.core.*
66
import androidx.compose.animation.expandVertically
77
import androidx.compose.animation.fadeIn
8+
import androidx.compose.animation.fadeOut
9+
import androidx.compose.animation.shrinkVertically
810
import androidx.compose.foundation.background
911
import androidx.compose.foundation.clickable
1012
import androidx.compose.foundation.interaction.MutableInteractionSource

0 commit comments

Comments
 (0)