fastapi-rtk
Version:
A React component library for FastAPI in combination with FastAPI React Toolkit backend, built with Mantine, JsonForms, and Zustand.
8 lines (7 loc) • 321 B
JavaScript
import { getDefaultExportFromCjs } from "./_commonjsHelpers.mjs";
import { __require as requireToposort } from "../../../.external/esm/toposort@2.0.2/toposort/index.mjs";
var toposortExports = requireToposort();
const toposort = /* @__PURE__ */ getDefaultExportFromCjs(toposortExports);
export {
toposort as default
};