1 2 3 4 5 6
import type { BaseTranslation } from "../../i18n-types" const en_sign_up: BaseTranslation = { } export default en_sign_up