Fixed lint issues.

This commit is contained in:
Mike Cao 2023-02-07 16:29:25 -08:00
parent 94726239aa
commit ad5e34a894
10 changed files with 58 additions and 72 deletions

View file

@ -39,8 +39,6 @@ export interface Share {
token: string;
}
export interface Empty {}
export interface WebsiteActive {
x: number;
}