Add pic upload for hunt admins

This commit is contained in:
2025-09-11 23:18:02 +02:00
parent 5d4e802796
commit 3e1bfa46d9
6 changed files with 242 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
export const createImageURL = (file: File) => URL.createObjectURL(file);