feat: add Input and Textarea components to shared/ui
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { Input, Textarea } from './ui/Input'
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
export { Input, Textarea } from './ui/Input'
|
||||