import React from 'react'; import classNames from 'classnames'; import { getItemPageNames, isMobileViewport } from '../../common/config'; export default function FooterEnd({ items, pageName }) { return (

Follow us:

Legal Information

); }