Skip to content

Commit

Permalink
fix(pipeline): fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danilych committed Feb 12, 2024
1 parent 3b8d9c7 commit e83a303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/edit-course.$course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useForm } from 'react-hook-form'
import toast from 'react-hot-toast'
import { useDispatch, useSelector } from 'react-redux'
import { HiddenListComponent } from '~/features'
import { fetchCourse, fetchFullCourse, updateBlock } from '~/redux/slices/course'
import { fetchFullCourse, updateBlock } from '~/redux/slices/course'
import {
Header3,
Header4,
Expand Down

0 comments on commit e83a303

Please sign in to comment.