feat: enhance favorites with empty cell && added translations (#594)

This commit is contained in:
Ahmed Sbai
2025-03-15 19:19:12 +01:00
committed by GitHub
parent 76661c7599
commit cd42a86d40
13 changed files with 4908 additions and 4809 deletions

9
types.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
declare module "*.svg" {
const content: any;
export default content;
}
declare module "*.png" {
const value: any;
export default value;
}