fix(errorListTemplate.test): updates import

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-12-15 10:20:15 +00:00
parent c28f281266
commit 2f0a55bce5
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React from 'react';
import { ErrorListTemplate } from './ErrorListTemplate';
import { ErrorListTemplate } from './errorListTemplate';
import { renderInTestApp } from '@backstage/test-utils';
import { ErrorListProps } from '@rjsf/utils';