diff --git a/app/src/App.tsx b/app/src/App.tsx index 7b78a6b..2684181 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -5,10 +5,10 @@ import Root from './Root'; import { createRandomString } from './utils/common'; declare global { - interface Window { - __authorizer__: any; - } + interface Window { + __authorizer__: any; } +} export default function App() { const searchParams = new URLSearchParams(window.location.search);