export function NavigationBarItem(props: { icon: JSX.Element }) { return <div class="m-4 h-8 w-8">{props.icon}</div>; }
ยฉ 2026 Hedgehog Software, LLC