form page loader

This commit is contained in:
kurpfish
2021-08-25 13:27:54 +03:00
parent 11616b8a38
commit 3a01fce386
2 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
import React from 'react';
import React, { useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { useHistory, useParams, Link } from 'react-router-dom';
import { currentCandidate, selectCurrentCandidate, auth } from '../redux/outstaffingSlice';