import React from 'react'; function TestComponent() { return (

Hello World!

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.

); } export default TestComponent;