mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
refactor: init
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import ohmslaw from './ohms_law';
|
||||
import voltagedropinwire from './wire_voltage_drop';
|
||||
import { areaSphere, volumeSphere } from './area_volume';
|
||||
import ohmslaw from './ohmsLaw';
|
||||
import voltageDropInWire from './voltageDropInWire';
|
||||
import sphereArea from './sphereArea';
|
||||
import sphereVolume from './sphereVolume';
|
||||
|
||||
export default [ohmslaw, voltagedropinwire, areaSphere, volumeSphere];
|
||||
export default [ohmslaw, voltageDropInWire, sphereArea, sphereVolume];
|
||||
|
||||
Reference in New Issue
Block a user