mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Renamed file from signature.ts to Signature.ts
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user