UI updates (#135)

This commit is contained in:
Alejandro
2023-01-25 19:08:53 +01:00
committed by GitHub
parent a8414d2b0f
commit 9ca3b547c2
47 changed files with 628 additions and 433 deletions

5
d.ts
View File

@ -2,3 +2,8 @@ declare module "*.jpg" {
const value: any
export default value
}
declare module "*.svg" {
const value: any
export default value
}