diff --git a/.eslintrc.cjs b/.eslintrc.cjs index ecbf2c6..3ceb2e5 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -11,5 +11,6 @@ module.exports = { plugins: ['react-refresh'], rules: { 'react-refresh/only-export-components': 'warn', + 'react/prop-types': 'off' }, } diff --git a/index.html b/index.html index 79c4701..51dedc8 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,13 @@ + + +