Skip to content

Commit fe98378

Browse files
committed
Add missing imports
1 parent 95caa8e commit fe98378

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)