Move utils to root

This commit is contained in:
2025-10-09 22:19:06 +03:00
Unverified
parent 546c2523c2
commit 2312569455
21 changed files with 25 additions and 25 deletions
@@ -1,7 +1,7 @@
import { useState, useCallback, useEffect } from "react";
import { useAppState } from "../state";
import { loadProfile, updateProfile, uploadProfilePicture, type ProfileData } from "../../../../api/profileApi";
import { showSuccess, showError } from "../../utils/notification";
import { showSuccess, showError } from "../../../../utils/notification";
export default function useProfile() {
const { user } = useAppState();