aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoState.tsx2
-rw-r--r--src/client/views/collections/collectionFreeForm/declaration.d.ts6
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