diff --git a/web/components/input.tsx b/web/components/input.tsx index 86305355..07f5032e 100644 --- a/web/components/input.tsx +++ b/web/components/input.tsx @@ -1,5 +1,6 @@ import clsx from 'clsx' import React from 'react' +import { noop } from 'lodash' /** Text input. Wraps html `` */ export const Input = (