refactor: replace shopify imports

This commit is contained in:
Victor Gerbrands
2023-05-02 15:42:35 +02:00
parent 7021789621
commit 3ab0bd18d0
20 changed files with 45 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
import { getCollection, getCollectionProducts } from 'lib/shopify';
import { getCollection, getCollectionProducts } from 'lib/medusa';
import { Metadata } from 'next';
import { notFound } from 'next/navigation';