mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Updated imports to have extensions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export { default as PKPass } from "./PKPass";
|
||||
export { default as PKPass } from "./PKPass.js";
|
||||
|
||||
// ***************************************** //
|
||||
// *** Exporting only schemas interfaces *** //
|
||||
@@ -15,4 +15,4 @@ export type {
|
||||
TransitType,
|
||||
Personalize,
|
||||
OverridablePassProps,
|
||||
} from "./schemas";
|
||||
} from "./schemas/index.js";
|
||||
|
||||
Reference in New Issue
Block a user