diff --git a/src/components/headerbar/HeaderbarTitle.tsx b/src/components/headerbar/HeaderbarTitle.tsx new file mode 100644 index 0000000..2da3039 --- /dev/null +++ b/src/components/headerbar/HeaderbarTitle.tsx @@ -0,0 +1,18 @@ +import * as React from 'react'; +import { FunctionComponent } from 'react'; +import { Context } from '../../context/context'; + +const HeaderbarTitle: FunctionComponent<{ title: string, color: string }> = ({ title, color }) => { + return ( +