organize components in folders, dependency: add sass

This commit is contained in:
andr-ew
2023-07-03 13:56:57 -05:00
parent 71fd397a2c
commit dac820b480
8 changed files with 23 additions and 21 deletions

View File

@@ -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();