mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 20:06:46 +00:00
Match the imports with the codebase (coderabbitai error)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user