Descriptions and icons

This commit is contained in:
Daniel Dunn
2025-04-03 06:11:21 -06:00
parent 7386e670ba
commit 33a6efd0c4
4 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import type { GenericCalcType } from './types';
const ohmsLawCalc: GenericCalcType = {
title: "Ohm's Law",
name: 'ohms-law',
description: 'Calculates voltage, current and resistance',
formula: 'V = I * R',
selections: [],
variables: [