fix: Add ID attribute to the main content (#845)

Co-authored-by: Stanislav Lunyachek <lunyachek@MacBook-Pro-M1.local>
This commit is contained in:
Stanislav
2023-10-16 19:17:28 +03:00
committed by GitHub
parent 779c5078ca
commit 8f6b96983f

View File

@@ -32,7 +32,7 @@ subscribe(APP_READY, () => {
<AppProvider store={configureStore()}>
<Head />
<Header />
<main>
<main id="main">
<AppRoutes />
</main>
<Footer />