/* global React, TopBar, Header, Footer */ const { useEffect } = React; function ImpressumHero() { return ( {window.t("ff.crumb_book")} / {window.t("imp.crumb")} {window.t("imp.title_pre")} {window.t("imp.title_alt")} {window.t("imp.lede")} ); } function ImpressumContent() { const mapsUrl = "https://maps.app.goo.gl/yfENX7rHmSqExvGZ8"; return ( {window.t("imp.eyebrow.anbieter")} Racket Room GmbH Danziger Str. 6 10435 Berlin {window.t("imp.eyebrow.vertreten")} Marcus Pappert Sebastian Müller {window.t("imp.gf")} {window.t("imp.eyebrow.kontakt")} kulturbrauerei@dingdongpingpong.club {window.t("imp.anfahrt")} Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV: Racket Room GmbH, Danziger Str. 6, 10435 Berlin. ); } const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "ctaColor": "orange" } /*EDITMODE-END*/; function App() { const [tweaks, setTweak] = window.useTweaks(TWEAK_DEFAULTS); const { TweaksPanel, TweakSection, TweakRadio } = window; useEffect(() => { document.documentElement.setAttribute("data-cta", tweaks.ctaColor); }, [tweaks]); useEffect(() => { document.title = window.t("page.title.impressum"); }, []); return ( <> setTweak("ctaColor", v)} options={[ { value: "orange", label: "Orange" }, { value: "cyan", label: "Cyan" }, { value: "green", label: "Green" }] } /> >); } ReactDOM.createRoot(document.getElementById("root")).render();
{window.t("imp.lede")}
{window.t("imp.gf")}
Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV: Racket Room GmbH, Danziger Str. 6, 10435 Berlin.