Add doc to script file

This commit is contained in:
2025-11-27 20:09:58 +00:00
parent 312bb911bc
commit 032b966a9d
18 changed files with 189 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
/**
* Settings Component
*
* Provides configuration for pharmacokinetic parameters (half-lives,
* absorption rates) and UI settings (chart view, therapeutic ranges,
* x-axis format). Includes data management (import/export/reset).
*
* @author Andreas Weyer
* @license MIT
*/
import React from 'react';
import { FormNumericInput } from './ui/form-numeric-input';
import { Card, CardContent, CardHeader, CardTitle } from './ui/card';