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.

9 lines (7 loc) 234 B
import * as React from "react"; import Workflow from "../page/workflow"; import Profile from "../page/profile"; import config from "../config/dev-config.json"; export default function Test() { return <Profile config={config} />; }