Skip to content

Commit

Permalink
feat: Import style in ComponentRouter instead of WebViewRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstebbins committed Jan 30, 2025
1 parent 95bb6b5 commit 9f81369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/client/src/components/ComponentRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

import '@finos/legend-vscode-extension-dependencies/style/index.css';
import React from 'react';
import {
CLASSIFIER_PATH,
Expand Down
1 change: 0 additions & 1 deletion packages/client/src/components/WebViewRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

import '@finos/legend-vscode-extension-dependencies/style/index.css';
import { createRoot } from 'react-dom/client';
import { type PlainObject } from '@finos/legend-vscode-extension-dependencies';
import { ComponentRouter } from './ComponentRouter';
Expand Down

0 comments on commit 9f81369

Please sign in to comment.