mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-17 15:53:24 +02:00
11 lines
279 B
TypeScript
11 lines
279 B
TypeScript
/**
|
|
* 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';
|