fix inline code with ProfilePicture

This commit is contained in:
p2405951
2026-03-03 12:30:32 +01:00
parent fd5a7d0426
commit edd81b66de
6 changed files with 56 additions and 225 deletions
+5
View File
@@ -0,0 +1,5 @@
import uploadProfilePhoto from "./uploadProfilePhoto";
export default async function replaceProfilePhoto(file: File) {
return uploadProfilePhoto(file);
}