import React from 'react'; import { Link } from 'react-router-dom'; const AppFooter: React.FC = () => ( ); export default AppFooter;