import React from "react"; import logo from "../../static/images/calendar.svg"; import "./Menubar.css"; export function Menubar() { return (

big search bar

Account stuff

); } export function MainTitle() { return (

Twake Calendar

); }