import { bind } from 'astal'; import Brightness from '../../../services/brightness'; export default () => { const brightness = Brightness.get_default(); return ( ); };