mirror of
https://github.com/dergigi/boris.git
synced 2026-01-10 18:34:28 +01:00
- Change from calling relativeTime as function to instantiating RelativeTime class - Use relativeTime.from(date) method instead of relativeTime(date) - Update TypeScript type definitions to reflect class-based API - Fix runtime error: 'Cannot call a class as a function' - Apply fix to both bookmarkUtils.tsx and helpers.ts