Skip to content

Commit 08b0a9d

Browse files
committed
style: fix import
1 parent 04691fc commit 08b0a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/cc/unitmesh/devti/gui/chat/ChatCodingPanel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import java.awt.event.ActionListener
3232
import java.awt.event.MouseAdapter
3333
import java.awt.event.MouseEvent
3434
import javax.swing.*
35+
import kotlinx.coroutines.flow.collect
3536

3637

3738
class ChatCodingPanel(private val chatCodingService: ChatCodingService, val disposable: Disposable?) :

0 commit comments

Comments
 (0)