mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
Definitely still WIP, this lets you group calc inputs into equivalents
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import ohmslaw from './ohms_law';
|
||||
import voltagedropinwire from './wire_voltage_drop';
|
||||
import { areaSphere, volumeSphere } from './area_volume';
|
||||
|
||||
export default [ohmslaw, voltagedropinwire];
|
||||
export default [ohmslaw, voltagedropinwire, areaSphere, volumeSphere];
|
||||
|
||||
Reference in New Issue
Block a user