diff options
| author | alinayejin <alina_kim@brown.edu> | 2023-12-18 17:35:58 -0500 |
|---|---|---|
| committer | alinayejin <alina_kim@brown.edu> | 2023-12-18 17:35:58 -0500 |
| commit | 270ee7f9d01ed8d3432f162f40cfe28db9503cfc (patch) | |
| tree | 1dda63c3031e5196469ed040e86ba500bb52a252 /src/client/views/collections/collectionFreeForm/declaration.d.ts | |
| parent | 98aff1d25b4b371f9d0846d229c1c3b1ddfec583 (diff) | |
add state message gif
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/declaration.d.ts')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/declaration.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/declaration.d.ts b/src/client/views/collections/collectionFreeForm/declaration.d.ts new file mode 100644 index 000000000..e56a93143 --- /dev/null +++ b/src/client/views/collections/collectionFreeForm/declaration.d.ts @@ -0,0 +1,3 @@ +declare module '*.jpg'; +declare module '*.png'; +declare module '*.gif';
\ No newline at end of file |
