prettier/website/playground/index.js

9 lines
203 B
JavaScript

import "codemirror-graphql/mode";
import React from "react";
import ReactDOM from "react-dom";
import Playground from "./Playground";
ReactDOM.render(<Playground />, document.getElementById("root"));