Skip to content

Commit

Permalink
add facebook for real (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Jan 8, 2025
1 parent f3cba49 commit 767f236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Uppy from '@uppy/core';
import Webcam from '@uppy/webcam';
import GoogleDrivePicker from '@uppy/google-drive-picker';
import GooglePhotosPicker from '@uppy/google-photos-picker';
import Facebook from '@uppy/facebook';
// import Instagram from '@uppy/instagram';
import Dropbox from '@uppy/dropbox';
import OneDrive from '@uppy/onedrive';
Expand Down Expand Up @@ -236,6 +237,7 @@ export default function Home(): JSX.Element {
// },
// })
.use(Dropbox, { companionUrl })
.use(Facebook, { companionUrl })
// .use(Instagram, { companionUrl })
.use(Url, { companionUrl })
.use(OneDrive, { companionUrl })
Expand Down

0 comments on commit 767f236

Please sign in to comment.