import variables from 'modules/variables'; import Switch from '../Switch'; import Checkbox from '../Checkbox'; import Slider from '../Slider'; export default function QuickLinks() { const getMessage = (languagecode, text) => variables.language.getMessage(languagecode, text); const languagecode = variables.languagecode; return ( <>