feat: Added PluginSlot to wrap IDVerificationPage component

This commit is contained in:
Marcos
2024-08-09 11:17:34 -03:00
parent 17ce32b80c
commit d7a5b222ee
5 changed files with 87 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"build": "fedx-scripts webpack",
"i18n_extract": "fedx-scripts formatjs extract",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "npm run lint -- --fix",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests"