From e0339993aeae97e0ce77ffa430214b64007b9f6f Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Fri, 18 Apr 2025 10:53:16 -0400 Subject: Initial auto-fixing of linting errors. - This is the result of runing `npm lint -- -fix` --- packages/cli/src/ui/components/InputPrompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/InputPrompt.tsx') diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index cf28960e..f79aeaa3 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -32,6 +32,6 @@ const InputPrompt: React.FC = ({ ); -}; +} export default InputPrompt; -- cgit v1.2.3