From b58319b238de2deb0fe56a487dfab8eee2b03763 Mon Sep 17 00:00:00 2001 From: AlexBesios Date: Tue, 31 Mar 2026 01:09:34 +0300 Subject: [PATCH] Match the imports with the codebase (coderabbitai error) --- src/client/components/NewsBox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/NewsBox.ts b/src/client/components/NewsBox.ts index 987f00a94..7a9b76b05 100644 --- a/src/client/components/NewsBox.ts +++ b/src/client/components/NewsBox.ts @@ -1,6 +1,6 @@ import { LitElement, html, nothing } from "lit"; import { customElement, state } from "lit/decorators.js"; -import newsItems from "resources/news.json" with { type: "json" }; +import newsItems from "resources/news.json"; export interface NewsItem { id: string;