We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160661d commit e783149Copy full SHA for e783149
packages/plugin/src/usePluginsElementMap.test.ts
@@ -1,7 +1,7 @@
1
import { renderHook } from '@testing-library/react-hooks';
2
import { TestUtils } from '@deephaven/test-utils';
3
import type { PluginModuleMap } from './PluginTypes';
4
-import { usePluginsElementMap } from './useElementPluginMapping';
+import { usePluginsElementMap } from './usePluginsElementMap';
5
import { getPluginsElementMap } from './PluginUtils';
6
import { usePlugins } from './usePlugins';
7
0 commit comments