import React from 'react'; import randomBiUnit from './biunit'; import plot from './plot'; import randomInteger from './randint'; const Scope = { React, plot, randomBiUnit, randomInteger } export default Scope;