import React from 'react'; const ExampleDomain = (): JSX.Element => <p>test</p>; export default ExampleDomain;