diff --git a/apps/webapp/app/routes/__app/orgs/$organizationSlug/workflows/$workflowSlug/index.tsx b/apps/webapp/app/routes/__app/orgs/$organizationSlug/workflows/$workflowSlug/index.tsx index 519252dee..ebe3bbe7c 100644 --- a/apps/webapp/app/routes/__app/orgs/$organizationSlug/workflows/$workflowSlug/index.tsx +++ b/apps/webapp/app/routes/__app/orgs/$organizationSlug/workflows/$workflowSlug/index.tsx @@ -6,6 +6,7 @@ import { Panel } from "~/components/layout/Panel"; import { PanelHeader } from "~/components/layout/PanelHeader"; import { PanelWarning } from "~/components/layout/PanelWarning"; import { PrimaryLink, SecondaryLink } from "~/components/primitives/Buttons"; +import { Body } from "~/components/primitives/text/Body"; import { SubTitle } from "~/components/primitives/text/SubTitle"; import { Title } from "~/components/primitives/text/Title"; import { RunsTable } from "~/components/runs/RunsTable"; @@ -69,7 +70,10 @@ export default function Page() { return ( <> -