From e3a7342ea64e4fca17e272d30d64a0ef5b78797a Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 4 Jun 2025 11:19:27 +0800 Subject: [PATCH] stuff --- next-ui/dir2json.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next-ui/dir2json.d.ts b/next-ui/dir2json.d.ts index b74ff1ef..62b99521 100644 --- a/next-ui/dir2json.d.ts +++ b/next-ui/dir2json.d.ts @@ -4,9 +4,7 @@ // noinspection JSUnusedGlobalSymbols // Auto generated by vite-plugin-dir2json declare module "*i18n?dir2json&ext=.json&1" { - const json: { - "en": string; -}; + const json: {}; export default json; }