Skip to content

Commit

Permalink
remove accidental js file
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed May 9, 2024
1 parent 7792dcc commit 345383e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
78 changes: 0 additions & 78 deletions packages/@uppy/remote-sources/src/index.js

This file was deleted.

2 changes: 2 additions & 0 deletions packages/@uppy/remote-sources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
} from '@uppy/core'
import Dropbox from '@uppy/dropbox'
import GoogleDrive from '@uppy/google-drive'
import GooglePhotos from '@uppy/google-photos'

Check failure on line 9 in packages/@uppy/remote-sources/src/index.ts

View workflow job for this annotation

GitHub Actions / Type tests

Could not find a declaration file for module '@uppy/google-photos'. '/home/runner/work/uppy/uppy/packages/@uppy/google-photos/lib/index.js' implicitly has an 'any' type.
import Instagram from '@uppy/instagram'
import Facebook from '@uppy/facebook'
import OneDrive from '@uppy/onedrive'
Expand All @@ -27,6 +28,7 @@ const availablePlugins = {
Dropbox,
Facebook,
GoogleDrive,
GooglePhotos,
Instagram,
OneDrive,
Unsplash,
Expand Down

0 comments on commit 345383e

Please sign in to comment.