• Updates IDE settings for improved file nesting and exclusions • Introduces biome configuration file for consistent project formatting • Implements brightness service and UI component for monitor brightness control • Refactors layout and code formatting for consistency across components
4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
export { default as Workspaces } from './Workspaces'
|
|
export { default as Volume } from './Volume'
|
|
export { default as Launcher } from './Launcher'
|
|
export { default as Brightness } from './Brightness'
|