chore: use full meta init

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-17 08:03:18 +01:00
parent 779a5cfdb7
commit 6310fbdc0e
8 changed files with 31 additions and 23 deletions

View File

@@ -1,8 +1,11 @@
import type { GenericCalcType } from './types';
const volumeSphere: GenericCalcType = {
title: 'Volume of a Sphere',
name: 'volume-sphere',
icon: 'gravity-ui:sphere',
keywords: [],
shortDescription: '',
name: 'Volume of a Sphere',
path: 'volume-sphere',
description: 'Volume of a Sphere',
formula: 'v = (4/3) * pi * r**3',
presets: [],