Using the correct immutable class

This commit is contained in:
Vitor Pamplona 2023-05-31 16:33:23 -04:00
parent 07a681c002
commit a57ca2a79d

View File

@ -1,6 +1,6 @@
package com.vitorpamplona.amethyst.ui.dal
import com.google.errorprone.annotations.Immutable
import androidx.compose.runtime.Immutable
import com.vitorpamplona.amethyst.model.Note
import com.vitorpamplona.amethyst.model.ThreadAssembler