simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
6 stars 3 forks source link

Fix/viewer imports #453

Closed meganrm closed 8 months ago

meganrm commented 9 months ago

Problem

I noticed we were importing types from the types file, even though we've been exporting types from index.

Solution

I updated the viewer with exports for the 3 types we were missing, and then edited the import statements here.

interim17 commented 8 months ago

LGTM