mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
replace lodash.merge with deepmerge
This commit is contained in:
@@ -15,7 +15,7 @@ import Navbar from './components/widgets/navbar/Navbar';
|
||||
import SettingsFunctions from './modules/helpers/settings';
|
||||
import { ToastContainer } from 'react-toastify';
|
||||
import Modal from 'react-modal';
|
||||
import merge from 'lodash.merge';
|
||||
import merge from 'deepmerge';
|
||||
|
||||
// Modals are lazy loaded as the user won't use them every time they open a tab
|
||||
const Main = React.lazy(() => import('./components/modals/Main'));
|
||||
|
||||
Reference in New Issue
Block a user