We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0c538 commit c3684a6Copy full SHA for c3684a6
2 files changed
apps/web/app/admin/members/_components/sidepanel/ProfileImageUploader.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import { useState, useEffect, type ChangeEvent } from "react";
4
import Image from "next/image";
5
import DefaultProfileImage from "@ui/public/images/image_default_profile.png";
0 commit comments