import {DateRangePicker} from "@nextui-org/react"; export const SelectorIcon = (props) => { return ( ); }; export default function App() { return (
} />
); }