Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oader into main
  • Loading branch information
FLSoz committed Mar 8, 2022
2 parents becbe8d + a7d013c commit 0967e3b
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/assets.d.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/* eslint @typescript-eslint/no-explicit-any: off */

declare module '*.svg' {
const content: string;
export default content;
const content: string;
export default content;
}

declare module '*.png' {
const content: string;
export default content;
const content: string;
export default content;
}

declare module '*.jpg' {
const content: string;
export default content;
const content: string;
export default content;
}
Binary file removed assets/icons/1024x1024.png
Binary file not shown.
Binary file removed assets/icons/128x128.png
Binary file not shown.
Binary file removed assets/icons/16x16.png
Binary file not shown.
Binary file removed assets/icons/24x24.png
Binary file not shown.
Binary file removed assets/icons/256x256.png
Binary file not shown.
Binary file removed assets/icons/32x32.png
Binary file not shown.
Binary file removed assets/icons/48x48.png
Binary file not shown.
Binary file removed assets/icons/512x512.png
Binary file not shown.
Binary file removed assets/icons/64x64.png
Binary file not shown.
Binary file removed assets/icons/96x96.png
Binary file not shown.

0 comments on commit 0967e3b

Please sign in to comment.