added dashboard with add delete and recently view the projects
This commit is contained in:
@@ -20,6 +20,7 @@ export const signUpApi = async (
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
console.log("result: ", result);
|
||||
return result;
|
||||
} catch (error) {
|
||||
echo.error("Failed to sign-up");
|
||||
|
||||
Reference in New Issue
Block a user