docs: fix import path in medusa-react README (#2731)

This commit is contained in:
chemicalkosek
2022-12-06 16:26:13 +01:00
committed by GitHub
parent 7363cae339
commit 5bd2faa02b

View File

@@ -25,7 +25,7 @@ In addition, because medusa-react is built on top of react-query, you can pass a
import * as React from "react"
import { QueryClient } from "react-query"
import { MedusaProvider } from "../src"
import { MedusaProvider } from "medusa-react"
import MyStorefront from "./my-storefront"
// Your react-query's query client config