File size: 306 Bytes
b8207e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import facebook from './facebook';
import instagram from './instagram';
import tiktok from './tiktok';
import threads from './threads';
import upload from './upload';
import tools from './tools';

export default [
    facebook,
    instagram,
    tiktok,
    threads,
    upload,
    tools
];