Rename config to settings in the playground (#1450)

This commit is contained in:
Charlie Marsh 2022-12-29 16:59:38 -05:00 committed by GitHub
parent 118a93260a
commit 9f7350961e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 36 deletions

View file

@ -7,8 +7,6 @@ import { MarkerSeverity, MarkerTag } from "monaco-editor";
import { useCallback, useEffect } from "react";
import { Check } from "../pkg";
export type Mode = "JSON" | "Python";
export default function SourceEditor({
visible,
source,