Skip to content

Commit

Permalink
add commented out import statement and note
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Nov 28, 2023
1 parent 95d91f3 commit e8297f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/Viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ import SimulariumViewer, {
FrontEndError,
ErrorLevel,
} from "../src/index";
/**
* NOTE: if you are debugging an import/build issue
* on the front end, you may need to switch to the
* following import statements to reproduce the issue
* here.
*/
// import SimulariumViewer, {
// SimulariumController,
// RenderStyle,
// loadSimulariumFile,
// FrontEndError,
// ErrorLevel,
// } from "../es";
import "../style/style.css";
import PointSimulator from "./PointSimulator";
import PointSimulatorLive from "./PointSimulatorLive";
Expand Down

0 comments on commit e8297f5

Please sign in to comment.