diff --git a/src/App.tsx b/src/App.tsx index 4d6fa6a6..f3482252 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -24,6 +24,7 @@ import { import * as Sentry from "@sentry/react"; import { OverlayProvider } from "@react-aria/overlays"; import { History } from "history"; +import { TooltipProvider } from "@vector-im/compound-web"; import { HomePage } from "./home/HomePage"; import { LoginPage } from "./auth/LoginPage"; @@ -77,35 +78,37 @@ export const App: FC = ({ history }) => { // @ts-ignore - {loaded ? ( - - - - - - - - - - - - - - - - - - - - - - - - - - ) : ( - - )} + + {loaded ? ( + + + + + + + + + + + + + + + + + + + + + + + + + + ) : ( + + )} + );