diff --git a/frontend/code/components/icon.ts b/frontend/code/components/icon.ts index 6819de3d..64e2f74c 100644 --- a/frontend/code/components/icon.ts +++ b/frontend/code/components/icon.ts @@ -6,7 +6,7 @@ import { SolidFill, } from '../dataModels'; import { ComponentBase, ComponentState } from './componentBase'; -import { applyFillToSVG, applyIcon } from '../designApplication'; +import { applyIcon, applyFillToSVG } from '../designApplication'; export type IconState = ComponentState & { _type_: 'Icon-builtin';