From 3961e2737555c534283afd33a1a0b273550b7443 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Thu, 13 Oct 2022 16:35:26 -0700 Subject: [PATCH] test commit pls drop --- web/components/input.tsx | 1 + 1 file changed, 1 insertion(+) 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 = (