6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
import { th } from 'date-fns/locale';
|
|
const dateThTH = {
|
|
name: 'th-TH',
|
|
locale: th
|
|
};
|
|
export default dateThTH; |