import React from "react"; import classNames from "classnames"; import "./footerend.scss"; export default function FooterEnd({ modifier }: { modifier?: "in-sidebar" }) { return (

Follow us:

Legal Information

); }