Fix imports

This commit is contained in:
redphx
2024-05-02 17:53:17 +07:00
parent 06c6b8c5af
commit e5ab7c93f9
3 changed files with 3 additions and 13 deletions

View File

@@ -67,3 +67,6 @@ type XcloudTitleInfo = {
tileImageUrl: string;
};
};
declare module "*.svg";
declare module "*.styl";