1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 01:25:51 +07:00

refactor: Developers component

Using React hooks
This commit is contained in:
Juan Picado @jotadeveloper
2019-08-12 07:06:10 +02:00
parent 502c0903ab
commit e46020f9b0
12 changed files with 5738 additions and 57 deletions

View File

@@ -0,0 +1,4 @@
import { AvatarTooltip } from './AvatarTooltip';
export { AvatarTooltip };
export default AvatarTooltip;