diff options
author | alinayejin <alina_kim@brown.edu> | 2023-12-18 17:44:06 -0500 |
---|---|---|
committer | alinayejin <alina_kim@brown.edu> | 2023-12-18 17:44:06 -0500 |
commit | 0b674c855689380754a3d4b30d579d1a3d6f3ecc (patch) | |
tree | 4bc17c7789c645b42e31755cee581990d0cacd7d | |
parent | 270ee7f9d01ed8d3432f162f40cfe28db9503cfc (diff) |
no fix importing gifs
-rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx | 2 | ||||
-rw-r--r-- | src/client/views/collections/collectionFreeForm/declaration.d.ts | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx index deab92258..ba9225a92 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx @@ -3,7 +3,7 @@ import { observer } from 'mobx-react'; import * as React from 'react'; import { ObservableReactComponent } from '../../ObservableReactComponent'; import './CollectionFreeFormView.scss'; -import assets from './assets/link.png'; +// import assets from './assets/link.png'; /** * An Fsa Arc. The first array element is a test condition function that will be observed. diff --git a/src/client/views/collections/collectionFreeForm/declaration.d.ts b/src/client/views/collections/collectionFreeForm/declaration.d.ts index e56a93143..8feaf678f 100644 --- a/src/client/views/collections/collectionFreeForm/declaration.d.ts +++ b/src/client/views/collections/collectionFreeForm/declaration.d.ts @@ -1,3 +1,3 @@ -declare module '*.jpg'; -declare module '*.png'; -declare module '*.gif';
\ No newline at end of file +// declare module '*.jpg'; +// declare module '*.png'; +// declare module '*.gif';
\ No newline at end of file |