mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Add slack line calc
This commit is contained in:
@@ -2,5 +2,11 @@ import ohmslaw from './ohmsLaw';
|
||||
import voltageDropInWire from './voltageDropInWire';
|
||||
import sphereArea from './sphereArea';
|
||||
import sphereVolume from './sphereVolume';
|
||||
|
||||
export default [ohmslaw, voltageDropInWire, sphereArea, sphereVolume];
|
||||
import slackline from './slackline';
|
||||
export default [
|
||||
ohmslaw,
|
||||
voltageDropInWire,
|
||||
sphereArea,
|
||||
sphereVolume,
|
||||
slackline
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user