/** * Translations * ===================== * Switch translations * * @contributors: Patryk Rzucidło [@ptkdev] (https://ptk.dev) * * @license: MIT License * */ import en from "../translations/en.json"; import it from "../translations/it.json"; declare const translations: any; export { it, en }; export default translations;