diff --git a/index.html b/index.html
index b46ab833..dc0a80e5 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,9 @@
Vite App
+
diff --git a/src/App.jsx b/src/App.jsx
index e7395d50..32feb5c1 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -9,8 +9,6 @@ import React, {
import * as sdk from "matrix-js-sdk";
import "./App.css";
-window.global = window;
-
const ClientContext = createContext();
export default function App() {