refactor(upload): move action to actions/

This commit is contained in:
Théo LAGACHE
2026-06-23 16:06:28 +02:00
parent 84b0b4b337
commit ea5e89a299
2 changed files with 1 additions and 1 deletions
@@ -2,7 +2,7 @@
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { UploadIcon } from "lucide-react";
import { toast } from "sonner";
import { uploadUserImageAction } from "@/features/upload/upload.action";
import { uploadUserImageAction } from "@/features/upload/actions/upload.action";
import { useMutation } from "@tanstack/react-query";
import { updateImageUserAction } from "@/features/profile/actions/avatar.action";
import { useRouter } from "next/navigation";