Created the Sidebar.jsx
This commit is contained in:
parent
3915c0ae6f
commit
b94bde6031
10
client/src/common/components/Sidebar/Sidebar.jsx
Normal file
10
client/src/common/components/Sidebar/Sidebar.jsx
Normal file
@ -0,0 +1,10 @@
|
||||
import SidebarHeader from "@/common/components/Sidebar/components/SidebarHeader";
|
||||
import "./styles.sass";
|
||||
|
||||
export const Sidebar = () => {
|
||||
return (
|
||||
<aside>
|
||||
<SidebarHeader />
|
||||
</aside>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user