diff --git a/Frontend/eslint.config.js b/Frontend/eslint.config.js index 238d2e4..70cbdbc 100644 --- a/Frontend/eslint.config.js +++ b/Frontend/eslint.config.js @@ -32,6 +32,7 @@ export default [ 'react-refresh/only-export-components': [ 'warn', { allowConstantExport: true }, + { noUnusedVars: true }, ], }, }, diff --git a/Frontend/src/components/Footer.jsx b/Frontend/src/components/Footer.jsx index 7c759e3..2a68fea 100644 --- a/Frontend/src/components/Footer.jsx +++ b/Frontend/src/components/Footer.jsx @@ -22,12 +22,12 @@ const Footer = () => { ]; return ( -