File size: 171 Bytes
1e92f2d
 
 
 
 
1
2
3
4
5
6
import { SharingService, connectFor } from '../service';

export class Threads extends SharingService {}

export default connectFor( Threads, ( state, props ) => props );