mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 17:25:21 +00:00
Fixed paths and added imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import FieldsArray from "../src/fieldsArray";
|
||||
import { Certificates } from "../src/schemas";
|
||||
import FieldsArray from "./fieldsArray";
|
||||
import { Certificates } from "./schemas";
|
||||
import { default as Bundle, filesSymbol } from "./Bundle";
|
||||
import { getModelFolderContents } from "./parser";
|
||||
import * as Schemas from "./schemas";
|
||||
import { Stream } from "stream";
|
||||
|
||||
const fieldKeysPoolSymbol = Symbol("fieldKeysPoolSymbol");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user