Conversation
portableDD
left a comment
There was a problem hiding this comment.
one build failed this is the error i am getting
./hooks/auth/useAuth.ts:2:10
Type error: Module '"@/services/api"' has no exported member 'userService'. Did you mean to use 'import userService from "@/services/api"' instead?
1 | import { useMutation, useQueryClient } from "@tanstack/react-query";
2 | import { userService } from "@/services/api";
| ^
3 | import { useState, useEffect } from "react";
4 |
5 | // Define types for auth state
Next.js build worker exited with code: 1 and signal: null
Error: Process completed with exit code 1., two, please use npm instead of pnpm, please and delete the pnpm lock files,
please fix all errors
|
@best2025j please clear the build error, and fix, you have till tomorror to fix that and revert back |
📌 Refactor ProfileTab UI with Gradient Header and Loading States
📋 Description
This PR updates the
ProfileTabcomponent to match the new design UI.It includes a gradient header, improved button states, and updated loading behavior for a smoother user experience.
🛠 Changes Implemented
Save Changesbutton with proper loading state (Saving...).languageandfiatinputs.✅ How to Test
Setup:
/dashboard/settings→ Profile Tab.Run Tests:
Expected Output:
🔍 Screenshots (if applicable)
🚀 Checklist
🔗 Related Issues