From 0b674c855689380754a3d4b30d579d1a3d6f3ecc Mon Sep 17 00:00:00 2001 From: alinayejin Date: Mon, 18 Dec 2023 17:44:06 -0500 Subject: no fix importing gifs --- .../collections/collectionFreeForm/CollectionFreeFormInfoState.tsx | 2 +- src/client/views/collections/collectionFreeForm/declaration.d.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2