mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: add socker connection between client and server
This commit is contained in:
@@ -14,6 +14,7 @@ import GlobalHotkeys from './GlobalHotkeys';
|
||||
import DashboardProvider from './DashboardProvider';
|
||||
import DrawersContainer from '@/components/DrawersContainer';
|
||||
import AlertsContainer from '@/containers/AlertsContainer';
|
||||
import { DashboardSockets } from './DashboardSockets';
|
||||
|
||||
/**
|
||||
* Dashboard preferences.
|
||||
@@ -50,6 +51,7 @@ export default function Dashboard() {
|
||||
<Route path="/" component={DashboardAnyPage} />
|
||||
</Switch>
|
||||
|
||||
<DashboardSockets />
|
||||
<DashboardUniversalSearch />
|
||||
<GlobalHotkeys />
|
||||
<DialogsContainer />
|
||||
|
||||
Reference in New Issue
Block a user