♻️ Make debugging code more dynamic

This commit is contained in:
Philipp Stracker 2024-11-20 18:38:39 +01:00
parent e181892a34
commit 1b96b112c2
No known key found for this signature in database
2 changed files with 9 additions and 13 deletions

View file

@ -13,4 +13,4 @@ export const CommonStoreName = Common.STORE_NAME;
export * from './constants';
addDebugTools( window.ppcpSettings );
addDebugTools( window.ppcpSettings, [ Onboarding, Common ] );