UNPKG

flowviz

Version:

A framework which provides seamless integration with other phylogenetic tools and frameworks, while allowing workflow scheduling and execution, through the Apache Airflow workflow system.

6 lines (5 loc) 171 B
import React from "react"; import ReactDOM from "react-dom"; import App from "./App"; var mountNode = document.getElementById("app"); ReactDOM.render(<App />, mountNode);