Fix circular dependency issue breaking build

This commit is contained in:
Gabe Kangas
2023-03-13 12:36:25 -07:00
parent c3ed3c1eed
commit 7adae0e9d5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import React, { FC, useEffect, useState } from 'react';
import classNames from 'classnames';
import { Input, Form, InputNumber, Button } from 'antd';
import { FieldUpdaterFunc } from '../../types/config-section';
// import InfoTip from '../info-tip';
import { StatusState } from '../../utils/input-statuses';
import { FormStatusIndicator } from './FormStatusIndicator';
import { PASSWORD_COMPLEXITY_RULES, REGEX_PASSWORD } from '../../utils/config-constants';