diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-12 19:16:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-12 19:16:57 -0400 |
| commit | 074a9b47f9b77312c064ff65cdfd1b1cdb631471 (patch) | |
| tree | 3e446803f1836596045c3865ab470875f44b5141 /src/client/views/nodes/FontIconBox.tsx | |
| parent | 284da73b9de8d51fa7c43739c338677b5ee9ba87 (diff) | |
fixed bad merge
Diffstat (limited to 'src/client/views/nodes/FontIconBox.tsx')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/FontIconBox.tsx b/src/client/views/nodes/FontIconBox.tsx index 664999e15..168d640e9 100644 --- a/src/client/views/nodes/FontIconBox.tsx +++ b/src/client/views/nodes/FontIconBox.tsx @@ -5,13 +5,13 @@ import { createSchema, makeInterface } from '../../../fields/Schema'; import { DocComponent } from '../DocComponent'; import './FontIconBox.scss'; import { FieldView, FieldViewProps } from './FieldView'; -import { StrCast, Cast, NumCast } from '../../../fields/Types'; -import { Utils, emptyFunction } from "../../../Utils"; +import { StrCast, Cast } from '../../../fields/Types'; +import { Utils } from "../../../Utils"; import { runInAction, observable, reaction, IReactionDisposer } from 'mobx'; import { Doc } from '../../../fields/Doc'; import { ContextMenu } from '../ContextMenu'; import { ScriptField } from '../../../fields/ScriptField'; -import { Tooltip, makeStyles } from '@material-ui/core'; +import { Tooltip } from '@material-ui/core'; const FontIconSchema = createSchema({ icon: "string", }); |
