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.

7 lines (5 loc) 169 B
import * as React from "react"; import InfoBar from "./infoBar"; export default function GenericErrorBar({ error }) { return <InfoBar type="error" text={error} />; }