diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 00:37:12 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 00:37:12 -0400 |
| commit | 45386f6950e5ae8390486900a430061bfe9e4846 (patch) | |
| tree | 4705bf4c2720fa930f4f5c42d9804e125f59f892 /src/client/views/search | |
| parent | e1d5a99120645905a525aad25b737d4a5296e54d (diff) | |
added animation to comparisonBox, cleaned up some npm modules
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/CheckBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/CheckBox.tsx b/src/client/views/search/CheckBox.tsx index 8c97d5dbc..0a1e551ec 100644 --- a/src/client/views/search/CheckBox.tsx +++ b/src/client/views/search/CheckBox.tsx @@ -2,7 +2,6 @@ import * as React from 'react'; import { observer } from 'mobx-react'; import { observable, action, runInAction, IReactionDisposer, reaction } from 'mobx'; import "./CheckBox.scss"; -import * as anime from 'animejs'; interface CheckBoxProps { originalStatus: boolean; |
