src/geometry/index.js
import Box from './box';
import Icosahedron from './icosahedron';
import Line from './line';
import Plane from './plane';
export {
Box,
Icosahedron,
Line,
Plane,
};

import Box from './box';
import Icosahedron from './icosahedron';
import Line from './line';
import Plane from './plane';
export {
Box,
Icosahedron,
Line,
Plane,
};