import React from 'react'; import Cluar from '../../common/Cluar'; import './index.less'; function UnderConstruction() { return (
<>{Cluar.currentLanguage().locale === 'pt' && <>

Brevemente...

Página em construção.

} <>{Cluar.currentLanguage().locale === 'en' && <>

Soon...

Page under construction.

}
); }; export default UnderConstruction;