Skip to content

Commit

Permalink
Adds a missing import from the README demo. (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jima-stripe committed Jun 16, 2023
1 parent 8a39104 commit 4a1f7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install @stripe/react-stripe-js @stripe/stripe-js
#### Using hooks

```jsx
import React from 'react';
import React, {useState} from 'react';
import ReactDOM from 'react-dom';
import {loadStripe} from '@stripe/stripe-js';
import {
Expand Down

0 comments on commit 4a1f7a3

Please sign in to comment.