

export type TCustomAutomationsRootProps = {
  projectId: string;
  workspaceSlug: string;
};

export function CustomAutomationsRoot(_props: TCustomAutomationsRootProps) {
  return <></>;
}
