import React from 'react'; // highlight-next-line const {StrictMode} = React; function ExampleApplication() { return (
{/* highlight-next-line */} <> {/* highlight-next-line */}
); }