Updated: Organised dashboard modules
This commit is contained in:
9
src/components/Sidebar/index.js
Normal file
9
src/components/Sidebar/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import styles from './sidebar.module.css';
|
||||
|
||||
export default function Sidebar() {
|
||||
return (
|
||||
<div className={styles.navSidebar}>
|
||||
<div className={styles.sidebarBranding}>Plaidware</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user