const ListboxWrapper = `export const ListboxWrapper = ({children}) => (
{children}
);`; const App = `import {Listbox, ListboxItem} from "@nextui-org/react"; import {ListboxWrapper} from "./ListboxWrapper"; export default function App() { return ( alert(key)} > New file Copy link Edit file Delete file ); }`; const react = { "/App.jsx": App, "/ListboxWrapper.jsx": ListboxWrapper, }; export default { ...react, };