fix: lint

This commit is contained in:
Deepankar
2022-09-10 11:39:01 +05:30
committed by GitHub
parent 4b56afdc98
commit 63d486821e

View File

@@ -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);