6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
/**
|
|
* @deprecated Use the unified Checkbox from Components/ui instead.
|
|
* This shim exists only for backward compatibility.
|
|
*/
|
|
export { default } from '../ui/Checkbox'
|