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) 177 B
import { Stack } from "@mui/material"; import * as React from "react"; export default function ToolSetupStack({ children }) { return <Stack spacing={2}>{children}</Stack>; }