Created the SidebarFooter.jsx

This commit is contained in:
Mathias Wagner 2023-05-30 18:14:04 +02:00
parent b8d78cc1de
commit 8375be0338
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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>
)