Skip to content

Commit

Permalink
Update getting-started-serverless.mdx (#256)
Browse files Browse the repository at this point in the history
Updated getting-started-serverless.mdx for react import
  • Loading branch information
adamwdennis committed Dec 28, 2021
1 parent 8b6024d commit c08f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started-serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ At the root level of your app, wrap your root component in the `<CartProvider />

```jsx
import ReactDOM from 'react-dom'
import { CartProvider } from 'use-shopping-cart'
import { CartProvider } from 'use-shopping-cart/react'

import App from './App'

Expand Down

0 comments on commit c08f1a9

Please sign in to comment.