electron: Fix deprecation warning

This commit is contained in:
Elian Doran 2024-11-01 23:42:32 +02:00
parent df3f51d1f3
commit e508313f21
No known key found for this signature in database

View File

@ -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 {