Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Apr 9, 2024
1 parent 6a14ea6 commit 732e2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from "../sources/util.js"
import type { Resource } from "i18next"
import type en from "./locales/en/translation.json"
import merge from "ts-deepmerge"
import { merge } from "ts-deepmerge"

export type NormalizeLocale<T> = T extends Builtin ? T
// eslint-disable-next-line @typescript-eslint/ban-types
Expand Down

0 comments on commit 732e2f9

Please sign in to comment.