import HTMLLogo from "../../images/html.png?url"; import { framework } from "../../stores/framework"; if (typeof window !== "undefined") { // eslint-disable-next-line @typescript-eslint/no-explicit-any if (!(window as any).Stores) (window as any).Stores = {}; // eslint-disable-next-line @typescript-eslint/no-explicit-any (window as any).Stores["framework"] = framework; } export default function Store(): string { return `