Created the SidebarFooter.jsx

This commit is contained in:
2023-05-30 18:14:04 +02:00
parent b8d78cc1de
commit 8375be0338

View File

@ -0,0 +1,9 @@
import "./styles.sass";
export const SidebarFooter = () => (
<div className="sidebar-footer">
<p>Privacy</p>
<p></p>
<p>Imprint</p>
</div>
)