1
0
mirror of https://github.com/tooot-app/app synced 2025-02-10 17:00:55 +01:00
tooot/src/components/Relationship.tsx
Zhiyuan Zheng e9ea0ed71e
Updates
1. Added more notification types
2. Use `react-native-reanimated` v2
2021-01-04 10:50:24 +01:00

5 lines
193 B
TypeScript

import RelationshipIncoming from '@components/Relationship/Incoming'
import RelationshipOutgoing from '@components/Relationship/Outgoing'
export { RelationshipIncoming, RelationshipOutgoing }