rem dist/

This commit is contained in:
2026-02-25 15:41:51 +01:00
parent 80425582bc
commit c8309832f7
22 changed files with 5 additions and 188 deletions

View File

@@ -5,7 +5,7 @@ import { FluentProvider, webLightTheme } from "@fluentui/react-components";
/* global document, Office, module, require, HTMLElement */
const title = "Contoso Task Pane Add-in";
const title = "SAT - Kabelliste Generator";
const rootElement: HTMLElement | null = document.getElementById("container");
const root = rootElement ? createRoot(rootElement) : undefined;