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

Co-authored-by: Stanislav Lunyachek <lunyachek@MacBook-Pro-M1.local>
This commit is contained in:
Stanislav
2024-03-26 20:27:57 +02:00
committed by GitHub
parent ac277ee798
commit 8ea150d480

View File

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