mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP Feature / General & Users & Sidebar
This commit is contained in:
@@ -2,14 +2,14 @@ import React from 'react';
|
||||
import PreferencesTopbar from 'components/Preferences/PreferencesTopbar';
|
||||
import PreferencesContentRoute from 'components/Preferences/PreferencesContentRoute';
|
||||
|
||||
export default function() {
|
||||
export default function () {
|
||||
return (
|
||||
<div className="dashboard-content dashboard-content--preferences">
|
||||
<PreferencesTopbar pageTitle={"asdad"}/>
|
||||
|
||||
<div class="dashboard__preferences-content">
|
||||
<div className='dashboard-content dashboard-content--preferences'>
|
||||
<PreferencesTopbar pageTitle={'asdad'} />
|
||||
|
||||
<div className='dashboard__preferences-content'>
|
||||
<PreferencesContentRoute />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user