Skip to content

Commit

Permalink
fix(reactExample): fix removed css in Scene Viewer Component
Browse files Browse the repository at this point in the history
  • Loading branch information
haweston authored and MO-Elmu committed Aug 1, 2023
1 parent 07f0987 commit 7f38586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-app/src/components/SceneViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { FC } from 'react';
import { SceneViewer as SceneViewerComp } from '@iot-app-kit/scene-composer';
import { dataSource } from '../dataSource';
import { sceneId, componentTypeQueries, entityQueries, dataBindingTemplate } from '../configs';
import './SceneViewer.scss';

const sceneLoader = dataSource.s3SceneLoader(sceneId);

Expand Down

0 comments on commit 7f38586

Please sign in to comment.