import * as React from 'react'; import { FunctionComponent } from 'react'; import { Context } from '../../context/context'; const HeaderbarTitle: FunctionComponent<{ title: string, color: string }> = ({ title, color }) => { return (