mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: use structured output, import CSV, bugfixes
This commit is contained in:
3
components/forms/error.tsx
Normal file
3
components/forms/error.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function FormError({ children }: { children: React.ReactNode }) {
|
||||
return <p className="text-red-500 mt-4 overflow-hidden">{children}</p>
|
||||
}
|
||||
Reference in New Issue
Block a user