fix: Add ID attribute to the main content (#991)
Co-authored-by: Stanislav Lunyachek <lunyachek@MacBook-Pro-M1.local>
This commit is contained in:
@@ -32,7 +32,7 @@ subscribe(APP_READY, () => {
|
||||
<AppProvider store={configureStore()}>
|
||||
<Head />
|
||||
<Header />
|
||||
<main>
|
||||
<main id="main">
|
||||
<AppRoutes />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user