| 1 | // A UI to interactively filter a collection, select an individual image |
| 2 | // from the results, display it with a variety of visualizations, and export it. |
| 3 | |
| 4 | // The namespace for our application. All the state is kept in here. |
nothing calls this directly
no test coverage detected