NotificationLatch/frontend/src/locale/index.ts

7 lines
77 B
TypeScript

import en from './en';
import nl from './nl';
export default {
en,
nl
};