Skip to content

Commit e783149

Browse files
committed
fix import
1 parent 160661d commit e783149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/usePluginsElementMap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { renderHook } from '@testing-library/react-hooks';
22
import { TestUtils } from '@deephaven/test-utils';
33
import type { PluginModuleMap } from './PluginTypes';
4-
import { usePluginsElementMap } from './useElementPluginMapping';
4+
import { usePluginsElementMap } from './usePluginsElementMap';
55
import { getPluginsElementMap } from './PluginUtils';
66
import { usePlugins } from './usePlugins';
77

0 commit comments

Comments
 (0)