chore(packages): adjust names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import { useStore, useStoreApi } from '@react-flow/bundle';
|
||||
import { useStore, useStoreApi } from 'reactflow';
|
||||
|
||||
import styles from './provider.module.css';
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
useNodesState,
|
||||
useEdgesState,
|
||||
ReactFlowInstance,
|
||||
} from '@react-flow/bundle';
|
||||
} from 'reactflow';
|
||||
|
||||
import Sidebar from './Sidebar';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user