From 1bfa77b319fea4f3f425fa0fc32801003d3e5baa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 7 Jan 2022 17:48:40 +0530 Subject: [PATCH] common: remove unused import --- .../commonMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/commonMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt b/common/src/commonMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt index 7fe7a5bf..d49c3e65 100644 --- a/common/src/commonMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt +++ b/common/src/commonMain/kotlin/dev/msfjarvis/claw/common/theme/Theme.kt @@ -7,7 +7,6 @@ import androidx.compose.material3.lightColorScheme import androidx.compose.runtime.Composable import androidx.compose.runtime.CompositionLocalProvider import androidx.compose.runtime.ProvidedValue -import androidx.compose.ui.graphics.Color val LightThemeColors = lightColorScheme(