explicitly import React in jsx files w/ burnettk

This commit is contained in:
jasquat 2024-05-06 16:39:07 -04:00
parent b3cd7d7521
commit 38f5b5d756
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import React from 'react';
import { useService } from 'bpmn-js-properties-panel';
import { TextFieldEntry } from '@bpmn-io/properties-panel';
import { getMessageElementForShapeElement } from '../MessageHelpers';