diff --git a/src/git/models/reflog.ts b/src/git/models/reflog.ts index 26d2423..607ceba 100644 --- a/src/git/models/reflog.ts +++ b/src/git/models/reflog.ts @@ -1,6 +1,6 @@ import { DateStyle } from '../../config'; -import { Dates, memoize } from '../../system'; import { formatDate, fromNow } from '../../system/date'; +import { memoize } from '../../system/decorators/memoize'; import { CommitDateFormatting, GitRevision } from '../models'; export interface GitReflog {