mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 08:29:32 +02:00
13 lines
299 B
TypeScript
13 lines
299 B
TypeScript
import ohmslaw from './ohmsLaw';
|
|
import voltageDropInWire from './voltageDropInWire';
|
|
import sphereArea from './sphereArea';
|
|
import sphereVolume from './sphereVolume';
|
|
import slackline from './slackline';
|
|
export default [
|
|
ohmslaw,
|
|
voltageDropInWire,
|
|
sphereArea,
|
|
sphereVolume,
|
|
slackline
|
|
];
|