import * as React from "react"; import {render} from "react-dom"; import PDFtest from "./test.tsx" const rootEl = document.getElementById("root"); render( , rootEl );