Remove previously loaded scenes (#734)

As mentioned in #724, the current implementation is suboptimal. Let's remove it until we come back with a better design.

Fixes #724
This commit is contained in:
Christopher Chedeau
2020-02-08 15:05:38 -08:00
committed by GitHub
parent 8d64ec8153
commit 935a7f58a7
13 changed files with 3 additions and 122 deletions

View File

@ -16,8 +16,6 @@ export {
saveToLocalStorage,
exportToBackend,
importFromBackend,
addToLoadedScenes,
loadedScenes,
loadScene,
calculateScrollCenter,
} from "./data";