forked from mirrors/thatmattlove-hyperglass
fix incorrectly named ui filename
This commit is contained in:
parent
bbba29546c
commit
0fd5bc7997
2 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import ReactFlow, {
|
|||
import { useConfig } from '~/context';
|
||||
import { useASNDetail, useColorToken, useColorValue } from '~/hooks';
|
||||
import { Controls } from './controls';
|
||||
import { useElements } from './useElements';
|
||||
import { useElements } from './use-elements';
|
||||
|
||||
import type { NodeProps as ReactFlowNodeProps } from 'reactflow';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue