This commit is contained in:
2026-06-24 15:10:50 +02:00
commit a3e7512f95
212 changed files with 212927 additions and 0 deletions
@@ -0,0 +1,4 @@
import { components } from 'react-select'
export const SingleValue = ({ children, ...props }) => (
<components.SingleValue {...props}>{children}</components.SingleValue>
);