fix incorrectly named ui filename

This commit is contained in:
thatmattlove 2024-06-30 21:16:21 -04:00
parent bbba29546c
commit 0fd5bc7997
2 changed files with 1 additions and 1 deletions

View file

@ -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';