mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
electron: Fix deprecation warning
This commit is contained in:
parent
df3f51d1f3
commit
e508313f21
@ -1,5 +1,5 @@
|
||||
import fs from "fs";
|
||||
import themeNames from "./code_block_theme_names.json" assert { type: "json" }
|
||||
import themeNames from "./code_block_theme_names.json" with { type: "json" }
|
||||
import { t } from "i18next";
|
||||
|
||||
interface ColorTheme {
|
||||
|
Loading…
x
Reference in New Issue
Block a user