import { Logo } from "./logo"; import { ControlBar } from "./control_bar" import type { ControlBarProps } from "./control_bar" export function Header({ isGallery, handleClick }: ControlBarProps) { return (

Ligonier Code Challenge - Ben Nilsen

); }