All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.src.embedded_plan.jsx Maven / Gradle / Ivy

There is a newer version: 465
Show newest version
import React from "react";
import ReactDOM from "react-dom";
import {LivePlan} from "./components/LivePlan";
import {getFirstParameter} from "./utils";

ReactDOM.render(
    ,
    document.getElementById('live-plan-container')
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy