feat(customers): add controlled CSV and XLSX customer import
This commit is contained in:
parent
613ffdc8b7
commit
82e03877b3
566 changed files with 2752 additions and 991 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"/(app)/contacts/page": "/contacts",
|
||||
"/(app)/customers/import/page": "/customers/import",
|
||||
"/(app)/customers/page": "/customers",
|
||||
"/(app)/dashboard/page": "/dashboard",
|
||||
"/(app)/devices/page": "/devices",
|
||||
|
|
@ -17,6 +18,8 @@
|
|||
"/(auth)/login/page": "/login",
|
||||
"/_global-error/page": "/_global-error",
|
||||
"/_not-found/page": "/_not-found",
|
||||
"/api/customer-imports/confirm/route": "/api/customer-imports/confirm",
|
||||
"/api/customer-imports/preview/route": "/api/customer-imports/preview",
|
||||
"/api/login/route": "/api/login",
|
||||
"/api/logout/route": "/api/logout",
|
||||
"/api/me/route": "/api/me",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue