import React from 'react'; export const NestedComponent: React.FC = () => { return (

Nested Component

This is a nested component from the included template.

); };