Change case of file name

This commit is contained in:
Rene Pfeuffer
2020-02-07 14:57:36 +01:00
parent d93682258e
commit d3d33d5d65
5 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import Tag from "../Tag";
import Icon from "../Icon";
import { Change, ChangeEvent, DiffObjectProps, File, Hunk as HunkType } from "./DiffTypes";
import TokenizedDiffView from "./TokenizedDiffView";
import { DefaultCollapsed } from "./DefaultCollapsed";
import { DefaultCollapsed } from "./defaultCollapsed";
const EMPTY_ANNOTATION_FACTORY = {};