mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-05-28 06:55:33 +08:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
import Avatar from './Avatar';
|
|
import List from './List';
|
|
import ListRow from './ListRow';
|
|
|
|
export {
|
|
Avatar,
|
|
List,
|
|
ListRow,
|
|
};
|