Created the SidebarFooter.jsx
This commit is contained in:
parent
b8d78cc1de
commit
8375be0338
@ -0,0 +1,9 @@
|
|||||||
|
import "./styles.sass";
|
||||||
|
|
||||||
|
export const SidebarFooter = () => (
|
||||||
|
<div className="sidebar-footer">
|
||||||
|
<p>Privacy</p>
|
||||||
|
<p>・</p>
|
||||||
|
<p>Imprint</p>
|
||||||
|
</div>
|
||||||
|
)
|
Reference in New Issue
Block a user