1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 17:16:00 +07:00

fix: detailContainer Component - Replaced class by func. comp (#130)

* refactor: coverted class comp. into func.comp

* refactor: added forward ref comp.

* fix: fixed external link color

* fix: fixed typo

* refactor: applied feedbacks
This commit is contained in:
Priscila Oliveira
2019-10-03 18:17:04 +02:00
committed by Juan Picado @jotadeveloper
parent 28c982a7da
commit f84fd79c5b
30 changed files with 824 additions and 343 deletions

View File

@@ -0,0 +1 @@
export { default } from './TextField';