import { Search, Plus, Bell } from "lucide-react" export function TopHeader() { return (
{/* Logo */}
{/* Search */}
/
{/* Right side */}
Profile
) }