+1
-1
src/views/bluesky/threadgate-applicator/steps/step2_rules-input.tsx
+1
-1
src/views/bluesky/threadgate-applicator/steps/step2_rules-input.tsx
···
14
14
import { Stage, StageActions, WizardStepProps } from '~/components/wizard';
15
15
16
16
import CircularProgressView from '~/components/circular-progress-view';
17
+
import Button from '~/components/inputs/button';
17
18
import ToggleInput from '~/components/inputs/toggle-input';
18
19
19
20
import { ThreadgateApplicatorConstraints } from '../page';
20
21
import { sortThreadgateAllow } from '../utils';
21
-
import Button from '~/components/inputs/button';
22
22
23
23
const enum FilterType {
24
24
ALL = 'all',