We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa2511 commit 1a1ea65Copy full SHA for 1a1ea65
src/app/components/Diff.jsx
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
3
import { diff, formatters } from 'jsondiffpatch';
4
import ReactHtmlParser from 'react-html-parser';
5
6
-import { useStoreContext } from '../store';
+import { useStoreContext } from '../store'
7
8
function Diff({ snapshot, show }) {
9
const [mainState] = useStoreContext();
0 commit comments