Skip to content

Commit

Permalink
import useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasKeskinn committed Sep 9, 2024
1 parent e1b3697 commit d2adff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/photo/AvatarEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";

import { useRef, useState } from "react";
import { useEffect, useRef, useState } from "react";

import usePrevImg from "@/hooks/usePrevImg";
import Image from "next/image";
Expand Down

0 comments on commit d2adff7

Please sign in to comment.