mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 10:25:42 +00:00
Updated imports to have extensions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type PKPass from "./PKPass";
|
||||
import * as Schemas from "./schemas";
|
||||
import * as Utils from "./utils";
|
||||
import * as Messages from "./messages";
|
||||
import type PKPass from "./PKPass.js";
|
||||
import * as Schemas from "./schemas/index.js";
|
||||
import * as Utils from "./utils.js";
|
||||
import * as Messages from "./messages.js";
|
||||
|
||||
/**
|
||||
* Class to represent lower-level keys pass fields
|
||||
|
||||
Reference in New Issue
Block a user