Renamed file from signature.ts to Signature.ts

This commit is contained in:
Alexander Cerutti
2021-10-03 22:08:31 +02:00
parent c9fb1e7090
commit 8bb76d6942
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import { getModelFolderContents } from "./parser";
import * as Schemas from "./schemas"; import * as Schemas from "./schemas";
import { Stream } from "stream"; import { Stream } from "stream";
import { processDate } from "./processDate"; import { processDate } from "./processDate";
import * as Signature from "./signature"; import * as Signature from "./Signature";
import * as Strings from "./StringsUtils"; import * as Strings from "./StringsUtils";
import { isValidRGB } from "./utils"; import { isValidRGB } from "./utils";