79576884

Date: 2025-04-16 09:59:14
Score: 1
Natty:
Report link

In Main.jsx, you're not rendering your <App />:

ReactDOM.createRoot(document.getElementById('root')).render(
  <React.StrictMode>
    <App />
  </React.StrictMode>
);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Emily.C