Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from 'react';
import { createTeleporter } from 'react-teleporter';
const FooterTeleporter = createTeleporter();
const Footer = FooterTeleporter.Source;
Footer.Target = props => ;
export default Footer;