mirror of
https://github.com/yusufipk/nexter-react.git
synced 2026-09-11 09:36:09 +00:00
10 lines
179 B
React
10 lines
179 B
React
export default function Sidebar() {
|
|
return (
|
|
<div className="sidebar">
|
|
<button className="nav-btn">
|
|
<i class="fa fa-bars" />
|
|
</button>
|
|
</div>
|
|
);
|
|
}
|