mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
organize components in folders, dependency: add sass
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getCollections } from 'lib/shopify';
|
||||
|
||||
import { HomeProductsList } from '/components/home.js';
|
||||
import { HomeProductsList } from '/components/home';
|
||||
|
||||
export async function generateStaticParams() {
|
||||
const collections = await getCollections();
|
||||
|
Reference in New Issue
Block a user