import {Select, SelectItem, SelectSection} from "@heroui/react"; export default function App() { const headingClasses = "flex w-full sticky top-1 z-20 py-1.5 px-2 bg-default-100 shadow-small rounded-small"; return ( ); }