Skip to content
Open
Prev Previous commit
Next Next commit
Replaced react-helmet-async with react-helme
  • Loading branch information
takshittt committed May 20, 2025
commit 3b7bcd3a5f6b585ae1c40e666ca32996989c9980
1 change: 0 additions & 1 deletion client/modules/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import PropTypes from 'prop-types';
import React, { useEffect, useRef, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { useLocation } from 'react-router-dom';
import Helmet from 'react-helmet';
import { showReduxDevTools } from '../../store';
import DevTools from './components/DevTools';
import { setPreviousPath } from '../IDE/actions/ide';
Expand Down