Skip to content

Commit

Permalink
correct import path for 'signals'
Browse files Browse the repository at this point in the history
  • Loading branch information
jkafader-esnet committed Aug 21, 2024
1 parent 5e3bc76 commit 441646e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esnet-networkmap-panel",
"version": "3.0.0-beta4",
"version": "3.0.0-beta5",
"description": "Network Map Panel",
"repository": "https://github.com/esnet/grafana-esnet-networkmap-panel",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/exports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MapCanvas } from './components/MapCanvas.component.js';
import { PubSub } from './components/lib/pubsub.js';
import { signals } from './src/signals.js';
import { signals } from './signals.js';

export { MapCanvas };
export { PubSub };
Expand Down

0 comments on commit 441646e

Please sign in to comment.