csv export with old api
form fields recaptcha v2 api integration recaptcha reset remove recaptcha key from git
Showing
lib/downloadBlob.ts
0 → 100644
... | @@ -63,6 +63,7 @@ | ... | @@ -63,6 +63,7 @@ |
"react": "18.2.0", | "react": "18.2.0", | ||
"react-ace": "^10.1.0", | "react-ace": "^10.1.0", | ||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"react-google-recaptcha": "^2.1.0", | |||
"react-hook-form": "^7.33.1", | "react-hook-form": "^7.33.1", | ||
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | "react-jazzicon": "^1.0.4", | ||
... | @@ -83,6 +84,7 @@ | ... | @@ -83,6 +84,7 @@ |
"@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
"@types/react": "18.0.9", | "@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | "@types/react-dom": "18.0.5", | ||
"@types/react-google-recaptcha": "^2.1.5", | |||
"@types/ws": "^8.5.3", | "@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | "@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"dotenv-cli": "^6.0.0", | "dotenv-cli": "^6.0.0", | ||
... | ... |
pages/csv-export.tsx
0 → 100644
types/client/address.ts
0 → 100644
ui/csvExport/types.ts
0 → 100644
ui/pages/CsvExport.tsx
0 → 100644
Please register or sign in to comment