index.js 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import Line from './Line'; import Circle from './Circle'; export { Line, Circle }; export default { Line: Line, Circle: Circle };