// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tiny-relative-date
/
src
[ PARENT ]
EDIT :: index.js
import relativeDateFactory from './factory' import enTranslations from '../translations/en' export default relativeDateFactory(enTranslations)
SAVE
CANCEL