mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
style(changelog): add standard-version to automate releases and tags
This commit is contained in:
@ -5,6 +5,9 @@ import { useEffect } from 'react';
|
||||
const DateWrapper: React.FC = ({ children }) => {
|
||||
useEffect(() => {
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
// Locales
|
||||
require('dayjs/locale/kn');
|
||||
}, []);
|
||||
|
||||
return <>{children}</>;
|
||||
|
||||
Reference in New Issue
Block a user