add use client

This commit is contained in:
tusharmagar 2025-07-17 11:19:12 +05:30
parent d19e84815d
commit 3007cc6cc7

View file

@ -1,3 +1,5 @@
"use client";
import React, { useEffect, useRef } from "react";
import mermaid from "mermaid";
import { Workflow } from "../../../lib/types/workflow_types";