fix: useless code removed

This commit is contained in:
Jason Wang
2023-04-03 22:28:19 +08:00
parent 1bec280900
commit 3bf56272c9
4 changed files with 28 additions and 29 deletions

View File

@@ -26,9 +26,9 @@ export enum SubmitKey {
}
export enum Theme {
Auto = "auto",
Dark = "dark",
Light = "light",
Auto = "Auto",
Dark = "Dark",
Light = "Light",
}
export interface ChatConfig {