react-activity-feed
Version:
React components to create activity and notification feeds
20 lines (18 loc) • 477 B
text/typescript
import enTranslations from './en.json';
import nlTranslations from './nl.json';
import ruTranslations from './ru.json';
import trTranslations from './tr.json';
import frTranslations from './fr.json';
import hiTranslations from './hi.json';
import itTranslations from './it.json';
import esTranslations from './es.json';
export {
enTranslations,
nlTranslations,
ruTranslations,
trTranslations,
frTranslations,
hiTranslations,
itTranslations,
esTranslations,
};