refactoring

This commit is contained in:
DmitriyB
2022-09-21 18:07:31 +05:00
parent 14e5f663b6
commit 97f86367dd
11 changed files with 31 additions and 11 deletions
-1
View File
@@ -82,7 +82,6 @@ export const App: React.FC = () => {
<Route path="/" exact>
<div className='App'>
<Header text={text.footer} language={language} changeLanguage={changeLanguage}></Header>
<Main locale={language} text={text}></Main>
<Footer language={language} text={text.footer}></Footer>
</div>