"use client"; import type { FC } from "react"; import React from "react"; export type TCustomAutomationsRootProps = { projectId: string; workspaceSlug: string; }; export const CustomAutomationsRoot: FC = () => <>;