Skip to content

Commit 6cc1177

Browse files
committed
remove unused import
1 parent d5e24a2 commit 6cc1177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/IDEOverlays.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { useTranslation } from 'react-i18next';
33
import { useDispatch, useSelector } from 'react-redux';
4-
import { useLocation, useParams } from 'react-router-dom';
4+
import { useLocation } from 'react-router-dom';
55
import Overlay from '../../App/components/Overlay';
66
import {
77
closeKeyboardShortcutModal,

0 commit comments

Comments
 (0)