Skip to content

Commit

Permalink
test eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-sap committed Aug 1, 2023
1 parent acd9ad8 commit 842afe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/revision/RevisionDiff.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChangeEvent, useMemo, useState, useRef, useEffect } from 'react'
import { Diff2HtmlUI } from 'diff2html/lib/ui/js/diff2html-ui-slim.js'
import { useGetReleaseInfoByType } from '../../API/releases'
import { useParams } from 'react-router-dom'
import { useParams, useLocation } from 'react-router-dom'
import useCustomSearchParams from '../../hooks/useCustomSearchParams'

import parse from 'html-react-parser'
Expand Down

0 comments on commit 842afe1

Please sign in to comment.