mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
add use client
This commit is contained in:
parent
d19e84815d
commit
3007cc6cc7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"use client";
|
||||
|
||||
import React, { useEffect, useRef } from "react";
|
||||
import mermaid from "mermaid";
|
||||
import { Workflow } from "../../../lib/types/workflow_types";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue