2024-01-29 09:26:07 +08:00

6 lines
130 B
JavaScript

import itIT from "date-fns/esm/locale/it/index.js";
const dateItIT = {
name: 'it-IT',
locale: itIT
};
export default dateItIT;