Skip to content

Commit 86f7e90

Browse files
authored
update registry (#241)
1 parent 48ed486 commit 86f7e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/src/tabs/plugin-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const PLUGIN_REGISTRY: Record<string, PluginMetadata> = {
225225
},
226226
// default export registers the plugin
227227
pluginImport: {
228-
importName: 'default',
228+
importName: 'registerPrefetchHeatmapPlugin',
229229
type: 'function',
230230
},
231231
// helps the host match your plugin deterministically

0 commit comments

Comments
 (0)