darabos's picture
Some nodes are now visible.
a8859a7
raw
history blame
156 Bytes
'use client';
import { useMemo } from "react";
import dynamic from 'next/dynamic';
export default dynamic(() => import('./Workspace'), {
ssr: false,
});