Skip to content

Commit 57c0c78

Browse files
committed
refactor(imports): update ChatRole import path
Update the import path for `ChatRole` to reflect its new location in the `message` package.
1 parent 10310ea commit 57c0c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/com/intellij/temporary/gui/block/CodeBlockView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
22
package com.intellij.temporary.gui.block
33

4-
import cc.unitmesh.devti.gui.chat.ChatRole
4+
import cc.unitmesh.devti.gui.chat.message.ChatRole
55
import cc.unitmesh.devti.util.parser.CodeFence
66
import com.intellij.lang.Language
77
import com.intellij.openapi.Disposable

0 commit comments

Comments
 (0)