/* eslint-disable react/jsx-no-undef */ import React from 'react'; type Props = {}; function Foo(props: Props) { return (
); } export default Foo;