diff --git a/app/soapbox/components/ui/select/select.tsx b/app/soapbox/components/ui/select/select.tsx index 4c88ae5bd..2c03d083c 100644 --- a/app/soapbox/components/ui/select/select.tsx +++ b/app/soapbox/components/ui/select/select.tsx @@ -1,3 +1,4 @@ +import clsx from 'clsx'; import React from 'react'; interface ISelect extends React.SelectHTMLAttributes { @@ -11,7 +12,10 @@ const Select = React.forwardRef((props, ref) => { return (