src/cameras/index.js
import Orthographic from './orthographic';
import Perspective from './perspective';
export {
Orthographic,
Perspective,
};

import Orthographic from './orthographic';
import Perspective from './perspective';
export {
Orthographic,
Perspective,
};