Rankin Zheng 2ad72ed857 Refactor: Extract CodeBlock component from ChatPanel
Created a new CodeBlock.tsx file and moved the CodeBlock component from ChatPanel/index.tsx to the new file.
Imported the CodeBlock component in ChatPanel/index.tsx and removed the previous inline implementation.
CodeBlock component handles the display and management of code blocks in the chat panel, including language corner, code buttons, and syntax highlighting.
2023-06-05 19:24:08 +08:00
..
2023-05-31 16:10:53 +08:00
2023-05-06 17:32:01 +08:00
2023-05-06 17:32:01 +08:00
2023-05-18 22:52:44 +08:00