Wire gauge calc

This commit is contained in:
Daniel Dunn
2025-04-02 13:38:12 -06:00
parent 3264640a07
commit db2e1810a9
10 changed files with 198 additions and 109 deletions

View File

@@ -1,3 +1,4 @@
import ohmslaw from './ohms_law';
import voltagedropinwire from './wire_voltage_drop';
export default [ohmslaw];
export default [ohmslaw, voltagedropinwire];