Add doc to script file
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* Language Selector Component
|
||||
*
|
||||
* Provides UI for switching between supported languages (English/German).
|
||||
* Uses shadcn/ui Select component.
|
||||
*
|
||||
* @author Andreas Weyer
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './ui/select';
|
||||
import { Label } from './ui/label';
|
||||
|
||||
Reference in New Issue
Block a user