Match the imports with the codebase (coderabbitai error)

This commit is contained in:
AlexBesios
2026-03-31 01:09:34 +03:00
parent 21d807dcee
commit b58319b238
+1 -1
View File
@@ -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;