6 lines
130 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
import itIT from "date-fns/esm/locale/it/index.js";
const dateItIT = {
name: 'it-IT',
locale: itIT
};
export default dateItIT;