Add doc to script file
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* Deviation List Component
|
||||
*
|
||||
* Tracks and manages deviations from the planned medication schedule.
|
||||
* Supports adding, editing, and deleting deviations with automatic or
|
||||
* manual timestamps. Each deviation can be marked as planned or actual.
|
||||
*
|
||||
* @author Andreas Weyer
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { FormTimeInput } from './ui/form-time-input';
|
||||
import { FormNumericInput } from './ui/form-numeric-input';
|
||||
|
||||
Reference in New Issue
Block a user