export const SettingButton = (text: string, id?: string, type: string = 'secondary') => { return `${text}`; };