fix: lint
This commit is contained in:
parent
4b56afdc98
commit
63d486821e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user