mirror of
https://github.com/mue/mue.git
synced 2026-07-13 04:02:32 +02:00
Add merge function from @eartharoid
Co-authored-by: Isaac Saunders <contact@eartharoid.me>
This commit is contained in:
@@ -8,7 +8,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 'deepmerge';
|
||||
import merge from './modules/helpers/merge';
|
||||
|
||||
// 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