Change log

-   config.ts
    -   line 72 remove type confirmation of x as x always has type 'number'
    -   line 135 remove redundant local variable
-   chat.ts
    -   delete unused import
This commit is contained in:
KeithHello
2023-10-04 16:38:28 +09:00
parent 144200e315
commit ad5093ce05
3 changed files with 5 additions and 10 deletions

View File

@@ -1,6 +1,3 @@
import { create } from "zustand";
import { persist } from "zustand/middleware";
import { trimTopic } from "../utils";
import Locale, { getLang } from "../locales";