docs(docs/features/software-templates/writing-custom-field-extensions.md): remove import from "@material-ui/core/FormControl".

Signed-off-by: Paulo Eduardo Peixoto <peixoto.pauloeduardo@gmail.com>
This commit is contained in:
Paulo Eduardo Peixoto
2024-11-04 08:39:21 -03:00
parent f32a2d3198
commit 1b23511acd
@@ -32,7 +32,6 @@ As an example, we will create a component that validates whether a string is in
import React from 'react';
import { FieldExtensionComponentProps } from '@backstage/plugin-scaffolder-react';
import type { FieldValidation } from '@rjsf/utils';
import FormControl from '@material-ui/core/FormControl';
import {
FormControl,
FormHelperText,