From fe983782ed2d3ae3f4e0cdb059454364d6672887 Mon Sep 17 00:00:00 2001 From: KonYaco Date: Fri, 28 Apr 2023 23:53:25 +0800 Subject: [PATCH] Add missing imports --- .../commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt b/fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt index 23d982fd..adb240c2 100644 --- a/fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt +++ b/fluent/src/commonMain/kotlin/com/konyaco/fluent/component/SideNav.kt @@ -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