### Description Syntax error "Identifier 'React' has already been declared. (4:7)" in 'layer5io-sisten/site/gatsby-browser.js"' STEPS 1. cd site/ 2. make setup 3. make site ==> ERROR UNKNOWN Syntax error in "/Users/ilazarkov/Development/VSCodeProjects/layer5io-sisten/site/gatsby-browser.js": Identifier 'React' has already been declared. (4:7) 2 | import { ThemeProvider } from './src/components/Theme'; 3 | import './src/styles/global.css'; > 4 | import React from "react"; | ^ 5 | 6 | export const wrapRootElement = ({ element }) => <ThemeProvider>{element}</ThemeProvider>; 7 | ### Expected Behavior The site successfully started ### Screenshots  ### Environment: - Host OS: macOS Sequoia v15.5 - Browser: --- <img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/assets/images/layer5/5-light-small.svg" width="24px" align="left" /><h2>Contributor Resources and <a href="https://layer5.io/community/handbook">Handbook</a></h2> The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the [`master` branch](https://github.com/layer5io/layer5/tree/master). - 📚 See [contributing instructions](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md). - 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9) - 🙋🏾🙋🏼 Questions: [Discussion Forum](https://discuss.layer5.io) and [Community Slack](https://slack.layer5.io). <img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/assets/images/buttons/community.webp" height="22px" align="left" />Join the Layer5 Community by submitting your [community member form](https://layer5.io/newcomer).