Files
omni-tools/src/pages/tools/number/generic-calc/data/index.ts

6 lines
217 B
TypeScript
Raw Normal View History

import ohmslaw from './ohms_law';
2025-04-02 13:38:12 -06:00
import voltagedropinwire from './wire_voltage_drop';
import { areaSphere, volumeSphere } from './area_volume';
export default [ohmslaw, voltagedropinwire, areaSphere, volumeSphere];