import React from 'react'; function TestComponent() { return (
This is a simple test component.
It doesn't use any Redux, React Router, or complex logic.
If you see this page, it means the React app is working correctly.