import { VFC } from 'react'; interface Props { url: string; } const LegacyPlugin: VFC = ({ url }) => { return ; }; export default LegacyPlugin;