remove unused import

Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
Paul Cowan
2023-02-21 13:08:30 +00:00
parent c8d78b9ae9
commit 0c219d9c18
@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { type FormValidation } from './createAsyncValidators';
import { hasErrors } from './utils';
describe('hasErrors', () => {