add prettier and reformat all files

This commit is contained in:
2022-07-11 12:23:43 +02:00
parent 35e4d96726
commit dfab85da65
72 changed files with 1065 additions and 823 deletions

View File

@@ -8,7 +8,7 @@ function HW5() {
<HashRouter>
{/*в gh-pages лучше работает HashRouter*/}
<Layout>
<Pages/>
<Pages />
</Layout>
</HashRouter>
)