import React from 'react'; import { FooterWave } from '../FooterWave'; export const FooterBasic = () => { return ( ); };