mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 05:51:23 +00:00
Make image, variant, and cart updates faster with useOptimistic
(#1365)
This commit is contained in:
@@ -9,7 +9,7 @@ export const metadata = {
|
||||
}
|
||||
};
|
||||
|
||||
export default async function HomePage() {
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<ThreeItemGrid />
|
||||
|
Reference in New Issue
Block a user