chore(packages): adjust names

This commit is contained in:
moklick
2022-08-29 10:35:25 +02:00
parent 7b8b368572
commit 37bf0c48d7
63 changed files with 101 additions and 205 deletions
@@ -1,5 +1,5 @@
import React, { memo, useCallback, Dispatch, FC } from 'react';
import { useReactFlow, Edge, Node, ReactFlowJsonObject } from '@react-flow/bundle';
import { useReactFlow, Edge, Node, ReactFlowJsonObject } from 'reactflow';
import localforage from 'localforage';
import styles from './save.module.css';