Skip to content

Commit 439d2ed

Browse files
clean up codescreen props
1 parent 1bd8866 commit 439d2ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/lib/pages/code/code-screen.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ import { fromApp, CodeGenRequest } from "./__plugin/events";
2222
import { useSingleSelection } from "../../utils/plugin-hooks";
2323

2424
type DesigntoCodeUserOptions = FrameworkOption;
25-
interface ICodeScreen {}
2625

27-
export function CodeScreen(props: ICodeScreen) {
26+
export function CodeScreen() {
2827
const [app, setApp] = useState<string>();
2928
const [useroption, setUseroption] = React.useState<DesigntoCodeUserOptions>(
3029
all_preset_options_map__prod.flutter_default

0 commit comments

Comments
 (0)