relocate @components/checkout/* to provider

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux 2021-05-30 17:39:49 +04:00
parent 7a5c0f4df1
commit efdddc2c23
No known key found for this signature in database
GPG Key ID: AF9E9BD6548AD52E
12 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{
"provider": "shopify",
"features": {
"wishlist": false
"wishlist": false,
"customCheckout": true
}
}

View File

@ -102,9 +102,6 @@
"@config/*": [
"config/*"
],
"@components/*": [
"components/*"
],
"@utils/*": [
"utils/*"
]

View File

@ -19,6 +19,7 @@
"@utils/*": ["utils/*"],
"@config/*": ["config/*"],
"@assets/*": ["assets/*"],
"@components/checkout/*": ["framework/shopify/components/checkout/*"],
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],