feat: add Input and Textarea components to shared/ui

This commit is contained in:
Ilia Mashkov
2026-04-19 08:20:29 +03:00
parent 26860b27e5
commit dc3bedeeec
3 changed files with 130 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { Input, Textarea } from './ui/Input'