import ohmslaw from './ohmsLaw'; import voltageDropInWire from './voltageDropInWire'; import sphereArea from './sphereArea'; import sphereVolume from './sphereVolume'; export default [ohmslaw, voltageDropInWire, sphereArea, sphereVolume];