1
0
Fork 0

cleanup after cherry-pick

This commit is contained in:
Enoch Riese 2023-06-02 13:07:43 -05:00
parent 1359daec67
commit 76b96242d3
7 changed files with 10 additions and 69 deletions

View file

@ -1,6 +1,3 @@
import { useState } from 'react'
import { ChoiceButton } from 'shared/components/choice-button.mjs'
import { ControlSettings } from 'shared/components/account/control.mjs'
import { ListInput, BoolInput } from '../shared/inputs'
import { useControlState } from 'shared/components/account/control.mjs'
@ -20,6 +17,6 @@ export const ControlSettingInput = (props) => {
export const inputs = {
renderer: ListInput,
xray: BoolInput,
inspect: BoolInput,
control: ControlSettingInput,
}