Remove unused import
This commit is contained in:
parent
5beca54202
commit
e012777789
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue