import React, { ReactElement } from 'react'; import TopBarCss from './top-bar.module.css'; import LogoImg from './event_emitter_eltex_loc-32px.png'; export type TopBarProps = { contact: string; children?: any; }; const TopBar = (props: TopBarProps): ReactElement => { return (