From c719f33337b9dfba5da4863a917838582f3cb0da Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 24 Feb 2025 11:32:09 +0700 Subject: [PATCH] rageshake button --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 62b3cccb..fb876ddd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,6 +22,7 @@ import { Initializer } from "./initializer"; import { MediaDevicesProvider } from "./livekit/MediaDevicesContext"; import { widget } from "./widget"; import { useTheme } from "./useTheme"; +import { RageshakeButton } from "./settings/RageshakeButton"; const SentryRoute = Sentry.withSentryReactRouterV7Routing(Route); @@ -70,6 +71,7 @@ export const App: FC = () => { {loaded ? ( +