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

@@ -10,7 +10,7 @@ import { DiffObjectProps, File } from "./DiffTypes";
import { NotFoundError } from "../errors";
import { Notification } from "../index";
import { withTranslation, WithTranslation } from "react-i18next";
import { DefaultCollapsed } from "./DefaultCollapsed";
import { DefaultCollapsed } from "./defaultCollapsed";
type Props = WithTranslation &
DiffObjectProps & {