Rigth bar removed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {useEffect} from 'react'
|
||||
import {Outlet, useLocation} from 'react-router-dom'
|
||||
import {HeaderWrapper} from './components/header'
|
||||
import {RightToolbar} from '../partials/layout/RightToolbar'
|
||||
//import {RightToolbar} from '../partials/layout/RightToolbar'
|
||||
import {ScrollTop} from './components/scroll-top'
|
||||
import {Content} from './components/content'
|
||||
import {FooterWrapper} from './components/footer'
|
||||
@@ -46,7 +46,7 @@ const MasterLayout = () => {
|
||||
|
||||
{/* begin:: Drawers */}
|
||||
<ActivityDrawer />
|
||||
<RightToolbar />
|
||||
{/*<RightToolbar />*/}
|
||||
<DrawerMessenger />
|
||||
{/* end:: Drawers */}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {useEffect} from 'react'
|
||||
import {Outlet, useLocation} from 'react-router-dom'
|
||||
import {HeaderWrapper} from './components/header'
|
||||
import {RightToolbar} from '../partials/layout/RightToolbar'
|
||||
//import {RightToolbar} from '../partials/layout/RightToolbar'
|
||||
import {ScrollTop} from './components/scroll-top'
|
||||
import {Content} from './components/content'
|
||||
import {FooterWrapper} from './components/footer'
|
||||
@@ -46,7 +46,7 @@ const MasterLayout = () => {
|
||||
|
||||
{/* begin:: Drawers */}
|
||||
<ActivityDrawer />
|
||||
<RightToolbar />
|
||||
{/*<RightToolbar />*/}
|
||||
<DrawerMessenger />
|
||||
{/* end:: Drawers */}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user