mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-18 00:03:23 +02:00
feat: security fixes, loading skeleton, script refactor
This commit is contained in:
10
src/components/command/index.ts
Normal file
10
src/components/command/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Command Components
|
||||
*
|
||||
* Components related to command generation and display:
|
||||
* - AurBar: AUR packages info for Arch Linux
|
||||
* - CommandFooter: Fixed bottom bar with command output
|
||||
*/
|
||||
|
||||
export { AurBar } from './AurBar';
|
||||
export { CommandFooter } from './CommandFooter';
|
||||
Reference in New Issue
Block a user