Browse Source

Fixes imports

main
Eric Amodio 2 years ago
parent
commit
c75306d049
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/models/reflog.ts

+ 1
- 1
src/git/models/reflog.ts View File

@ -1,6 +1,6 @@
import { DateStyle } from '../../config'; import { DateStyle } from '../../config';
import { Dates, memoize } from '../../system';
import { formatDate, fromNow } from '../../system/date'; import { formatDate, fromNow } from '../../system/date';
import { memoize } from '../../system/decorators/memoize';
import { CommitDateFormatting, GitRevision } from '../models'; import { CommitDateFormatting, GitRevision } from '../models';
export interface GitReflog { export interface GitReflog {

Loading…
Cancel
Save