added simple modal dialog

This commit is contained in:
Fedor Katurov 2023-04-26 15:06:26 +06:00
parent 2d11fef559
commit 3f81f6d3b3
12 changed files with 157 additions and 7 deletions

View file

@ -10,5 +10,6 @@ module.exports = {
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': 'warn',
'@typescript-eslint/no-empty-function': 0,
},
}