Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Mar 21, 2024
1 parent 758fafe commit c5dd83d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { PublishingSubject, useStateFromPublishingSubject } from '../publishing_subject';
import { PublishingSubject, useStateFromPublishingSubject } from '../../publishing_subject';

export interface PublishesPanelDescription {
panelDescription: PublishingSubject<string | undefined>;
Expand Down

0 comments on commit c5dd83d

Please sign in to comment.