import React from 'react'; import { randomBiUnit } from '../src/randomBiunit'; import { Plotter } from './plot'; import { randomInteger } from '../src/randomInteger'; import Canvas from './Canvas'; const Scope = { React, Plotter, randomBiUnit, randomInteger, Canvas } export default Scope;