Files
tuxmate-abusoww/src/components/command/index.ts

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';