Fix frontend imports and track frontend lib files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use client";
|
||||
"use client";
|
||||
|
||||
import { memo, useCallback, type MouseEvent } from "react";
|
||||
import { Handle, Position, type NodeProps } from "reactflow";
|
||||
import type { GraphNodeData } from "@/types/mindmap";
|
||||
import type { GraphNodeData } from "../types/mindmap";
|
||||
|
||||
function MindmapNodeCard({ data }: NodeProps<GraphNodeData>) {
|
||||
const isRoot = data.level === 0;
|
||||
|
||||
Reference in New Issue
Block a user