- updated notifications functionality;

This commit is contained in:
Vitalii Kiiko
2025-01-03 08:50:23 +01:00
parent b9a60ecc27
commit 63b71ce20e
5 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ import { isEmpty } from 'ramda';
import '@xyflow/react/dist/style.css';
// store
import { useStore, storeSet, storeGet } from '../../store';
import { useStore, storeSet } from '../../store';
// nodes
import NodeInitialForm from './components/NodeInitialForm';