This JSX tag's 'children' prop expects a single child of type 'Component<RouteProps, {}, any>', but multiple children were provided.ts(2746) code example
Example: This JSX tag's 'children' prop expects a single child of type 'Element', but multiple children were provided.
children: JSX.Element|JSX.Element[];