Skip to content

Commit

Permalink
Import style in trace-explorer-views-widget.tsx
Browse files Browse the repository at this point in the history
With this it's guaranteed that the styles are loaded when using
this react component outside this repository (e.g. in
vscode-trace-extension)

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Nov 12, 2024
1 parent c209cf5 commit 8e545aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';
import '../../style/output-components-style.css';
import { OutputAddedSignalPayload } from 'traceviewer-base/lib/signals/output-added-signal-payload';
import { signalManager, Signals } from 'traceviewer-base/lib/signals/signal-manager';
import { OutputDescriptor, ProviderType } from 'tsp-typescript-client/lib/models/output-descriptor';
Expand Down

0 comments on commit 8e545aa

Please sign in to comment.