Skip to content

Commit

Permalink
Update AddExerciseForm.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
VasylievYurii committed Nov 20, 2023
1 parent 754a70a commit c511dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AddExerciseForm/AddExerciseForm.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useEffect, useState } from 'react';
import { useDispatch } from 'react-redux';
import { getUserParams } from '../../redux/auth/operations';
// import { getUserParams } from '../../redux/auth/operations';
import { addWorkout } from '../../redux/workouts/workoutsOperations';
import { toast } from 'react-toastify';
// import { toast } from 'react-toastify';
import AddExerciseFormList from './AddExerciseFormList';
import CountdownTimer from '../CountdownTimer';
import {
Expand Down

0 comments on commit c511dce

Please sign in to comment.