chore: remove useState import

This commit is contained in:
Storm
2026-01-13 12:39:48 +01:00
parent 1e951968dd
commit 5e245a00da

View File

@@ -7,7 +7,7 @@ import {
MarkerType, MarkerType,
} from '@xyflow/react'; } from '@xyflow/react';
import '@xyflow/react/dist/style.css'; import '@xyflow/react/dist/style.css';
import {type CSSProperties, useEffect, useState, useState} from "react"; import {type CSSProperties, useEffect, useState} from "react";
import {useShallow} from 'zustand/react/shallow'; import {useShallow} from 'zustand/react/shallow';
import orderPhaseNodeArray from "../../utils/orderPhaseNodes.ts"; import orderPhaseNodeArray from "../../utils/orderPhaseNodes.ts";
import useProgramStore from "../../utils/programStore.ts"; import useProgramStore from "../../utils/programStore.ts";