Skip to content

Commit

Permalink
fix: References fix for dc locales
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-jasinski-cko committed Oct 29, 2024
1 parent d16bda6 commit 18139ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dynamic-checkout/references.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
/// <reference path="styles/default.ts" />
/// <reference path="config/billing-address.ts" />
/// <reference path="types/api.ts" />
/// <reference path="utils/events.ts" />
/// <reference path="utils/translations.ts" />
/// <reference path="utils/elements.ts" />
/// <reference path="clients/apple-pay.ts" />
/// <reference path="locales/pl.ts" />
/// <reference path="locales/en.ts" />
/// <reference path="locales/es.ts" />
/// <reference path="locales/fr.ts" />
/// <reference path="locales/pt.ts" />
/// <reference path="utils/events.ts" />
/// <reference path="utils/translations.ts" />
/// <reference path="utils/elements.ts" />
/// <reference path="clients/apple-pay.ts" />
/// <reference path="clients/google-pay.ts" />

0 comments on commit 18139ed

Please sign in to comment.