fix typescript AGAIN, fix icons, ignore pnpm lock

This commit is contained in:
AAGaming
2022-05-28 20:54:25 -04:00
parent f882636be7
commit a5ac702820
5 changed files with 15 additions and 7 deletions

View File

@@ -12,5 +12,5 @@ import { IconsModule } from '../webpack';
// }
export const Spinner = Object.values(IconsModule).find((mod: any) =>
mod?.toString()?.includes("Spinner)}),a.createElement(\"path\",{d:\"M18 "),
mod?.toString && /Spinner\)}\),.\.createElement\(\"path\",{d:\"M18 /.test(mod.toString())
) as FC<{}>;