1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Added trash icon

This commit is contained in:
2024-11-26 02:51:34 +04:00
parent 6e4aef519f
commit 4b3414be47
2 changed files with 5 additions and 0 deletions

1
src/app.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare global {
| "globe"
| "plus"
| "file-export"
| "trash"
);
}
}