Update apps/web/src/components/ui/card/InputCard.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-07-23 23:08:40 -06:00 committed by GitHub
parent ff8fef6d1f
commit ebd0dc4086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Button } from '..//buttons/Button';
import { Button } from '../buttons/Button';
import { InputTextArea } from '../inputs/InputTextArea';
import { cn } from '@/lib/utils';
import { inputHasText } from '@/lib/text';