const App = `import {Select, SelectItem, SelectSection} from "@nextui-org/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 ( ); }`; const react = { "/App.jsx": App, }; export default { ...react, };