mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Removed @framework imports within framework providers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import getCategories, { Category } from '@framework/utils/get-categories'
|
||||
import getVendors, { Brands } from '@framework/utils/get-vendors'
|
||||
import getCategories, { Category } from '../utils/get-categories'
|
||||
import getVendors, { Brands } from '../utils/get-vendors'
|
||||
|
||||
import { getConfig, ShopifyConfig } from '../api'
|
||||
|
||||
|
Reference in New Issue
Block a user