I am having trouble importing a React Component

I am having issues with importing a component in my react app .

here is a screenshot my main index.js file.

My localhost is supposed to show my h1 title and my form page but it only shows the header title:

Here is a screen shot of my React component file:

Please help

Components you create need to be capitalized, yours is not.