Spaces:
Runtime error
Runtime error
File size: 585 Bytes
f7b3bbf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
import abShell from './ab-shell.glb';
import ab from './ab.glb';
import arrow from './arrow.glb';
import camera from './camera.glb';
import cytShell from './cyt-shell.glb';
import cyt from './cyt.glb';
import iasShell from './ias-shell.glb';
import ias from './ias.glb';
import ib from './ib.glb';
import location from './location.glb';
import lskShell from './lsk-shell.glb';
import lsk from './lsk.glb';
import outside from './outside.glb';
export default {
abShell,
ab,
arrow,
camera,
cytShell,
cyt,
iasShell,
ias,
ib,
location,
lskShell,
lsk,
outside
};
|