fast lint
This commit is contained in:
parent
11f7aef552
commit
1adf2fb862
9 changed files with 47 additions and 231 deletions
|
@ -4,6 +4,7 @@ import './index.css';
|
|||
|
||||
declare global {
|
||||
var didMount: boolean | undefined;
|
||||
var user: { name: string } | undefined;
|
||||
}
|
||||
|
||||
let app: Record<string, any> | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue