diff --git a/core/datastore/src/main/java/com/easyhz/noffice/core/datastore/util/DataStoreKey.kt b/core/datastore/src/main/java/com/easyhz/noffice/core/datastore/util/DataStoreKey.kt index db797add..45979c71 100644 --- a/core/datastore/src/main/java/com/easyhz/noffice/core/datastore/util/DataStoreKey.kt +++ b/core/datastore/src/main/java/com/easyhz/noffice/core/datastore/util/DataStoreKey.kt @@ -1,7 +1,5 @@ package com.easyhz.noffice.core.datastore.util -import androidx.compose.runtime.key - internal enum class AuthKey( val key: String ) {