From e704383cb20e7016794ccc793eda057a609be835 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Sun, 1 Feb 2026 02:49:28 +0100 Subject: ajout de cart pour les commandes --- storefront/pages/_app.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'storefront/pages/_app.js') diff --git a/storefront/pages/_app.js b/storefront/pages/_app.js index 3737ae7..1513a72 100644 --- a/storefront/pages/_app.js +++ b/storefront/pages/_app.js @@ -1,6 +1,6 @@ import { MedusaProvider } from "medusa-react" import { QueryClient } from "@tanstack/react-query" -import { medusaClient } from "../lib/medusa-client" +import Layout from "../components/Layout" const queryClient = new QueryClient() @@ -12,7 +12,9 @@ export default function App({ Component, pageProps }) { process.env.NEXT_PUBLIC_MEDUSA_BACKEND_URL || "http://localhost:9000" } > - + + + ) } -- cgit v1.2.3