mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP
This commit is contained in:
14
client/src/components/Preferences/PreferencesTopbar.js
Normal file
14
client/src/components/Preferences/PreferencesTopbar.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import DashboardTopbarUser from 'components/Dashboard/TopbarUser';
|
||||
|
||||
export default function PreferencesTopbar() {
|
||||
return (
|
||||
<div class="dashboard__preferences-topbar">
|
||||
<h2>Accounts</h2>
|
||||
|
||||
<div class="dashboard__topbar-user">
|
||||
<DashboardTopbarUser />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user