Merge branch 'reactive-resume-v5' of https://github.com/DaKheera47/job-ops into reactive-resume-v5
This commit is contained in:
commit
d1d663b06c
@ -1,4 +1,4 @@
|
||||
import React, { useEffect, useState } from "react"
|
||||
import React from "react"
|
||||
import { Controller, useFormContext } from "react-hook-form"
|
||||
import { AlertCircle, CheckCircle2 } from "lucide-react"
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ vi.mock('../../repositories/settings.js', async (importOriginal) => {
|
||||
});
|
||||
|
||||
import { getResume, RxResumeCredentialsError } from '../../services/rxresume-v4.js';
|
||||
import { getProfile, clearProfileCache } from '../../services/profile.js';
|
||||
import { getProfile } from '../../services/profile.js';
|
||||
import { getSetting } from '../../repositories/settings.js';
|
||||
|
||||
describe.sequential('Profile API routes', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user