fix chats sorting
This commit is contained in:
@@ -6,6 +6,9 @@ import { Dashboard } from './dashboard';
|
||||
import {ToastContainer} from "react-toastify";
|
||||
import 'react-toastify/dist/ReactToastify.css';
|
||||
|
||||
import { Provider } from 'react-redux';
|
||||
import store from './backend/redux/store.js'; // Import your store
|
||||
|
||||
|
||||
import './index.css'
|
||||
import {displayMessage} from "./backend/notifications/notifications.js";
|
||||
@@ -26,13 +29,13 @@ const App = () => {
|
||||
}, []);
|
||||
|
||||
return(
|
||||
<div>
|
||||
<Provider store={store}>
|
||||
<BrowserRouter>
|
||||
<Dashboard />
|
||||
</BrowserRouter>
|
||||
|
||||
<ToastContainer/>
|
||||
</div>
|
||||
</Provider>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user