Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed Sep 26, 2024
1 parent 5f03a49 commit 9437e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compass-global-writes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const CompassGlobalWritesHadronPlugin = registerHadronPlugin(
export const CompassGlobalWritesPlugin = {
name: 'GlobalWrites' as const,
provider: CompassGlobalWritesHadronPlugin,
content: GlobalWrites,
header: GlobalWritesTabTitle,
content: GlobalWrites as React.ComponentType,
header: GlobalWritesTabTitle as React.ComponentType,
};

0 comments on commit 9437e07

Please sign in to comment.