import React from "react"; function MyComponent() { return <h1>This is a functional component</h1>; }