diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-07 15:18:57 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-07 15:18:57 -0500 |
| commit | e216c2d45b59c708953f8e50876f388f1869c813 (patch) | |
| tree | 961dae0afcecb2bc3ca71b3513d9957c9875c82f /src/typings | |
| parent | 8ab1e09906399232aa9bc7017b3195f4cd0ff746 (diff) | |
| parent | 3db477fd1711e9e8aecf445f04b191fb558ccecd (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/typings')
| -rw-r--r-- | src/typings/index.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/typings/index.d.ts b/src/typings/index.d.ts index 887f96734..cc68e8a4d 100644 --- a/src/typings/index.d.ts +++ b/src/typings/index.d.ts @@ -4,6 +4,7 @@ declare module 'googlephotos'; declare module 'react-image-lightbox-with-rotate'; declare module 'kill-port'; declare module 'ipc-event-emitter'; +declare module 'cors'; declare module '@react-pdf/renderer' { import * as React from 'react'; |
