fix: lint

This commit is contained in:
Deepankar 2022-09-10 11:39:01 +05:30 committed by GitHub
parent 4b56afdc98
commit 63d486821e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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