Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
durgesh077 committed Jul 11, 2023
1 parent afb116a commit 53da538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/StashBox/StashBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import StashList from "../StashList/StashList";
import Bundle from "./utils/Bundler";
import ZipExplorer from "../ZipExplorer/ZipExplorer";
import ModalCustom from "../Modal/Modal";
import languageIdToExtensionMapping from "../../constants/languageIdToExtensionMapping";
function StashBox() {
const dispatch = useDispatch();
const stashedKeysDB = useRef(getModel(tableEnum.STASHED_KEYS));
Expand Down

0 comments on commit 53da538

Please sign in to comment.