chore(zustand): update

This commit is contained in:
moklick
2023-01-10 19:24:01 +01:00
parent 45fb34cc7b
commit ab91fcce43
22 changed files with 317 additions and 165 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { memo, useRef } from 'react';
import cc from 'classcat';
import { useStore, ReactFlowState } from '@reactflow/core';
import shallow from 'zustand/shallow';
import { shallow } from 'zustand/shallow';
import { BackgroundProps, BackgroundVariant } from './types';
import { DotPattern, LinePattern } from './Patterns';