Skip to content

Commit 290d52c

Browse files
Merge branch 'psl-fix-gp-bug' of https://github.com/microsoft/Modernize-your-code-solution-accelerator into psl-fix-gp-bug
2 parents e08f742 + 8aab26e commit 290d52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/modernizationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { Light as SyntaxHighlighter } from "react-syntax-highlighter"
3131
import { vs } from "react-syntax-highlighter/dist/esm/styles/hljs"
3232
import sql from "react-syntax-highlighter/dist/cjs/languages/hljs/sql"
3333
import { useNavigate, useParams } from "react-router-dom"
34-
import { useState, useEffect, useCallback, useRef } from "react"
34+
import { useState, useEffect, useCallback } from "react"
3535
import { getApiUrl, headerBuilder } from '../api/config';
3636
import BatchHistoryPanel from "../components/batchHistoryPanel"
3737
import PanelRight from "../components/Panels/PanelRight";

0 commit comments

Comments
 (0)