Remove unused import

This commit is contained in:
Daniele Salatti 2022-05-03 23:49:23 -07:00
parent 5beca54202
commit e012777789
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import { AppConfig } from '../utils/AppConfig';
const FooterCopyright = () => (
<div className="footer-copyright">
© Copyright {new Date().getFullYear()} <a href="https://danielesalatti.com">Daniele Salatti</a> - All rights reserved.