Skip to content

Commit

Permalink
Remove default import I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Giraldo committed Aug 11, 2024
1 parent 3ce8100 commit 334a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/react_testing/introduction_to_react_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ There are numerous ways a user can interact with a webpage. Even though live use
```jsx
// App.jsx

import React, { useState } from "react";
import { useState } from "react";

const App = () => {
const [heading, setHeading] = useState("Magnificent Monkeys");
Expand Down

0 comments on commit 334a230

Please sign in to comment.